Share via


ParentShapeContainsNestedChildShapes.GetLinksToNestedChildShapes Method

Definition

Get the list of ParentShapeContainsNestedChildShapes links to a ShapeElement.

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

Parameters

parentShapeInstance
ShapeElement

Returns

Attributes

Applies to