ParentShapeContainsNestedChildShapes.GetLink Method

Definition

Get the one ParentShapeContainsNestedChildShapes link between a given ShapeElementand a ShapeElement.

public:
 static Microsoft::VisualStudio::Modeling::Diagrams::ParentShapeContainsNestedChildShapes ^ GetLink(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ source, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes GetLink (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement source, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes
Public Shared Function GetLink (source As ShapeElement, target As ShapeElement) As ParentShapeContainsNestedChildShapes

Parameters

source
ShapeElement
target
ShapeElement

Returns

Attributes

Applies to