PresentationElementTypeDescriptor Constructor

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

Syntax

'宣言
Protected Friend 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 PresentationElementTypeDescriptor(parent, _
    presentationElement, selectedElement)
protected internal PresentationElementTypeDescriptor(
    ICustomTypeDescriptor parent,
    PresentationElement presentationElement,
    ModelElement selectedElement
)
protected public:
PresentationElementTypeDescriptor(
    ICustomTypeDescriptor^ parent, 
    PresentationElement^ presentationElement, 
    ModelElement^ selectedElement
)
protected internal function PresentationElementTypeDescriptor(
    parent : ICustomTypeDescriptor, 
    presentationElement : PresentationElement, 
    selectedElement : ModelElement
)

Parameters

Permissions

See Also

Reference

PresentationElementTypeDescriptor Class

PresentationElementTypeDescriptor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace