다음을 통해 공유


DesignPropertyDescriptor Constructor

Initializes a new instance of DesignPropertyDescriptor for the specified property descriptor.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public Sub New ( _
    prop As PropertyDescriptor _
)
‘사용 방법
Dim prop As PropertyDescriptor

Dim instance As New DesignPropertyDescriptor(prop)
public DesignPropertyDescriptor(
    PropertyDescriptor prop
)
public:
DesignPropertyDescriptor(
    PropertyDescriptor^ prop
)
new : 
        prop:PropertyDescriptor -> DesignPropertyDescriptor
public function DesignPropertyDescriptor(
    prop : PropertyDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

DesignPropertyDescriptor Class

DesignPropertyDescriptor Members

Microsoft.VisualStudio.Shell Namespace