ParentShapeHasRelativeChildShapes.GetLinksToRelativeChildShapes Method

Definition

Get the list of ParentShapeHasRelativeChildShapes links to a ShapeElement.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::Diagrams::ParentShapeHasRelativeChildShapes ^> ^ GetLinksToRelativeChildShapes(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShapeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes> GetLinksToRelativeChildShapes (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShapeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToRelativeChildShapes : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes>
Public Shared Function GetLinksToRelativeChildShapes (parentShapeInstance As ShapeElement) As ReadOnlyCollection(Of ParentShapeHasRelativeChildShapes)

Parameters

parentShapeInstance
ShapeElement

Returns

Attributes

Applies to