PresentationElementTypeDescriptor.PresentationElement Property

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

Syntax

'宣言
Public ReadOnly Property PresentationElement As PresentationElement
'使用
Dim instance As PresentationElementTypeDescriptor
Dim value As PresentationElement

value = instance.PresentationElement
public PresentationElement PresentationElement { get; }
public:
property PresentationElement^ PresentationElement {
    PresentationElement^ get ();
}
public function get PresentationElement () : PresentationElement

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement

Permissions

See Also

Reference

PresentationElementTypeDescriptor Class

PresentationElementTypeDescriptor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace