ShapeElement::ParentLink Property

 

Gets the relationship instance from the shape to the parent shape.

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

protected:
property ElementLink^ ParentLink {
	ElementLink^ get();
}

You can usually use ParentShape directly. To delete the link, assign null to ParentShape.

Return to top
Show: