Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a DesignPropertyDescriptor wrapper on the given property descriptor.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Overridable Function CreateDesignPropertyDescriptor ( _
p As PropertyDescriptor _
) As DesignPropertyDescriptor
public virtual DesignPropertyDescriptor CreateDesignPropertyDescriptor(
PropertyDescriptor p
)
public:
virtual DesignPropertyDescriptor^ CreateDesignPropertyDescriptor(
PropertyDescriptor^ p
)
abstract CreateDesignPropertyDescriptor :
p:PropertyDescriptor -> DesignPropertyDescriptor
override CreateDesignPropertyDescriptor :
p:PropertyDescriptor -> DesignPropertyDescriptor
public function CreateDesignPropertyDescriptor(
p : PropertyDescriptor
) : DesignPropertyDescriptor
Parameters
p
Type: PropertyDescriptorProperty descriptor.
Return Value
Type: Microsoft.VisualStudio.Shell.DesignPropertyDescriptor
Returns a DesignPropertyDescriptor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.