ShapeElement.ParentLink Property

Gets the relationship of the shape to the parent shape.

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

Syntax

'宣言
Protected ReadOnly Property ParentLink As ElementLink
'使用
Dim value As ElementLink

value = Me.ParentLink
protected ElementLink ParentLink { get; }
protected:
property ElementLink^ ParentLink {
    ElementLink^ get ();
}
protected function get ParentLink () : ElementLink

Property Value

Type: Microsoft.VisualStudio.Modeling.ElementLink

The relationship of the shape to the parent shape.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace