Initializes a new instance of DesignPropertyDescriptor for the specified property descriptor.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.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
)
public function DesignPropertyDescriptor(
prop : PropertyDescriptor
)
Parameters
Permissions
- 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.
See Also
Reference
DesignPropertyDescriptor Class