Version

BrowsableFieldAttribute Class Members

The following tables list the members exposed by BrowsableFieldAttribute.

Public Constructors
 NameDescription
Public ConstructorBrowsableFieldAttribute ConstructorBrowsableFieldAttribute constructor.  
Public Properties
 NameDescription
Public PropertyBrowsableWhether or not the object being marked with this attribute should be browsable.  
Public Propertystatic (Shared in Visual Basic)DefaultDefault value for this attribute Type.  
Public Propertystatic (Shared in Visual Basic)NoValue equivalent to False for this attribute Type.  
Public PropertyTypeIdWhen implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute)
Public Propertystatic (Shared in Visual Basic)YesValue equivalent to True for this attribute Type.  
Public Methods
 NameDescription
Public MethodEqualsCompares this BrowsableAttribute to another object.  
Public MethodGetHashCodeGets a hash code representing this BrowsableAttribute.  
Public MethodIsDefaultAttributeOverridden. Determines whether or not this BrowsableAttribute is at its default value.  
Public MethodMatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute)
See Also