EAPUtilIsEditorBrowsable Method |
Returns false if the enum has the EditorBrowsable(EditorBrowsableState.Never) set, otherwise true
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool IsEditorBrowsable(
Type enumType,
string name
)
Public Shared Function IsEditorBrowsable (
enumType As Type,
name As String
) As Boolean
Parameters
- enumType
- Type: SystemType
The enumeration type. - name
- Type: SystemString
The name of the item in the enumeration.
Return Value
Type:
Booleantrue if the item has no EditorBrowsable attribute, false if the EditorBrowsable attribute is set to EditorBrowsableState.Never.
See Also