Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Friend Sub New ( _
selectedElement As ModelElement _
)
'使用
Dim selectedElement As ModelElement
Dim instance As New ElementTypeDescriptor(selectedElement)
protected internal ElementTypeDescriptor(
ModelElement selectedElement
)
protected public:
ElementTypeDescriptor(
ModelElement^ selectedElement
)
protected internal function ElementTypeDescriptor(
selectedElement : ModelElement
)
Parameters
- selectedElement
Type: Microsoft.VisualStudio.Modeling.ModelElement
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.