DesignPropertyDescriptor Class

This type is only used internally; you cannot use it directly from your code. Allows you to customize the display name of the property in the property grid.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.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
type DesignPropertyDescriptor =  
    class
        inherit PropertyDescriptor
    end

Remarks

None of the CLR implementations of PropertyDescriptor allow you to change the DisplayName.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MemberDescriptor
    System.ComponentModel.PropertyDescriptor
      Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.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.Data.Schema.Project.Project.MPF Namespace