Version

WinBrowsableAttribute Class Members

The following tables list the members exposed by WinBrowsableAttribute.

Public Constructors
 NameDescription
Public ConstructorWinBrowsableAttribute ConstructorWinBrowsableAttribute constructor.  
Public Properties
 NameDescription
Public PropertyBrowsableThe underlying value of this attribute; whether or not the member is browsable.  
Public Propertystatic (Shared in Visual Basic)DefaultStatic value for this attribute's default.  
Public Propertystatic (Shared in Visual Basic)NoStatic value used for comparing False instances of this attribute.  
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)YesStatic value used for comparing True instances of this attribute.  
Public Methods
 NameDescription
Public MethodEqualsCompares this attribute instance to another instance.  
Public MethodGetHashCodeGets a hash code representation of this attribute.  
Public MethodIsDefaultAttributeOverridden. Compares this attribute instance to the Default attribute 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