This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
PropertyDescriptor Properties
The properties of the PropertyDescriptor class are listed below. For a complete list of PropertyDescriptor class members, see the PropertyDescriptor Members topic.
Public:
Attributes (inherited from MemberDescriptor) |
Gets the collection of attributes for this member. |
Category (inherited from MemberDescriptor) |
Gets the name of the category that the member belongs to, as specified in the CategoryAttribute. |
ComponentType |
When overridden in a derived class, gets the type of the component this property is bound to. |
Converter |
Gets the type converter for this property. |
Description (inherited from MemberDescriptor) |
Gets the description of the member as specified in the DescriptionAttribute. |
IsBrowsable (inherited from MemberDescriptor) |
Gets a value indicating whether the member is browsable as specified in the BrowsableAttribute. |
IsLocalizable |
Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute. |
IsReadOnly |
When overridden in a derived class, gets a value indicating whether this property is read-only. |
Name (inherited from MemberDescriptor) |
Gets the name of the member. |
PersistableSupport |
Gets a value indicating whether this property should be persisted as specified in the PersistableAttribute. |
PropertyType |
When overridden in a derived class, gets the type of the property. |
Protected:
AttributeArray (inherited from MemberDescriptor) |
Gets or sets an array of attributes. |
NameHashCode (inherited from MemberDescriptor) |
Gets the hash code for the name of the member as specified in GetHashCode. |
See Also
PropertyDescriptor Class | System.ComponentModel Namespace