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
- 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
PresentationElementTypeDescriptor Class