NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InheritedPropertyDescriptor Properties

The properties of the InheritedPropertyDescriptor class are listed below. For a complete list of InheritedPropertyDescriptor class members, see the InheritedPropertyDescriptor 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 Retrieves the type of the component this PropertyDescriptor is bound to.
Converter (inherited from PropertyDescriptor) 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 (inherited from PropertyDescriptor) Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.
IsReadOnly Indicates whether this property is read only.
IsRealProperty Indicates whether this property is read only.
Name (inherited from MemberDescriptor) Gets the name of the member.
PersistableSupport (inherited from PropertyDescriptor) Gets a value indicating whether this property should be persisted as specified in the PersistableAttribute.
PropertyType Retrieves the type of the property.

Protected:

AttributeArray (inherited from MemberDescriptor) Gets or sets an array of attributes.
DefaultValue Retrieves the default value for this property.
NameHashCode (inherited from MemberDescriptor) Gets the hash code for the name of the member as specified in GetHashCode.

See Also

InheritedPropertyDescriptor Class | System.ComponentModel.Design Namespace