DesignPropertyDescriptor Class
A specialization of PropertyDescriptor that allows customization of the display name of the property in the property grid.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.ComponentModel.MemberDescriptor
System.ComponentModel.PropertyDescriptor
Microsoft.VisualStudio.Shell.DesignPropertyDescriptor
| Name | Description | |
|---|---|---|
![]() | DesignPropertyDescriptor(PropertyDescriptor) | Initializes a new instance of DesignPropertyDescriptor for the specified property descriptor. |
| Name | Description | |
|---|---|---|
![]() | AttributeArray | (Inherited from MemberDescriptor.) |
![]() | Attributes | (Inherited from MemberDescriptor.) |
![]() | Category | (Inherited from MemberDescriptor.) |
![]() | ComponentType | Gets the component type.(Overrides PropertyDescriptor.ComponentType.) |
![]() | Converter | Gets the type converter for the property.(Overrides PropertyDescriptor.Converter.) |
![]() | Description | (Inherited from MemberDescriptor.) |
![]() | DesignTimeOnly | (Inherited from MemberDescriptor.) |
![]() | DisplayName | Gets the display name for this property.(Overrides MemberDescriptor.DisplayName.) |
![]() | IsBrowsable | (Inherited from MemberDescriptor.) |
![]() | IsLocalizable | (Inherited from PropertyDescriptor.) |
![]() | IsReadOnly | Gets whether or not the property is read-only.(Overrides PropertyDescriptor.IsReadOnly.) |
![]() | Name | (Inherited from MemberDescriptor.) |
![]() | NameHashCode | (Inherited from MemberDescriptor.) |
![]() | PropertyType | Gets the type of the property.(Overrides PropertyDescriptor.PropertyType.) |
![]() | SerializationVisibility | (Inherited from PropertyDescriptor.) |
![]() | SupportsChangeEvents | (Inherited from PropertyDescriptor.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



