Share via


DesignPropertyDescriptor Class

A specialization of PropertyDescriptor that allows customization of the display name of the property in the property grid.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Declaration
Public Class DesignPropertyDescriptor _
    Inherits PropertyDescriptor
'Usage
Dim instance As DesignPropertyDescriptor
public class DesignPropertyDescriptor : PropertyDescriptor
public ref class DesignPropertyDescriptor : public PropertyDescriptor
public class DesignPropertyDescriptor extends PropertyDescriptor

Inheritance Hierarchy

System.Object
  System.ComponentModel.MemberDescriptor
    System.ComponentModel.PropertyDescriptor
      Microsoft.VisualStudio.Shell.DesignPropertyDescriptor

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DesignPropertyDescriptor Members

Microsoft.VisualStudio.Shell Namespace