CompartmentTypeDescriptor Constructor

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Sub New ( _
    parent As ICustomTypeDescriptor, _
    presentationElement As PresentationElement, _
    selectedElement As ModelElement _
)
'使用
Dim parent As ICustomTypeDescriptor
Dim presentationElement As PresentationElement
Dim selectedElement As ModelElement

Dim instance As New CompartmentTypeDescriptor(parent, _
    presentationElement, selectedElement)
public CompartmentTypeDescriptor(
    ICustomTypeDescriptor parent,
    PresentationElement presentationElement,
    ModelElement selectedElement
)
public:
CompartmentTypeDescriptor(
    ICustomTypeDescriptor^ parent, 
    PresentationElement^ presentationElement, 
    ModelElement^ selectedElement
)
public function CompartmentTypeDescriptor(
    parent : ICustomTypeDescriptor, 
    presentationElement : PresentationElement, 
    selectedElement : ModelElement
)

Parameters

Permissions

See Also

Reference

CompartmentTypeDescriptor Class

CompartmentTypeDescriptor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace