ParentShapeHasRelativeChildShapes.GetLink(ShapeElement, ShapeElement) Method

Definition

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

public:
 static Microsoft::VisualStudio::Modeling::Diagrams::ParentShapeHasRelativeChildShapes ^ GetLink(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ source, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes 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.ParentShapeHasRelativeChildShapes
Public Shared Function GetLink (source As ShapeElement, target As ShapeElement) As ParentShapeHasRelativeChildShapes

Parameters

source
ShapeElement
target
ShapeElement

Returns

Attributes

Applies to