ParentShapeContainsNestedChildShapes::GetLinks Method (ShapeElement^, ShapeElement^)
Visual Studio 2015
Get any ParentShapeContainsNestedChildShapes links between a given ShapeElement and a ShapeElement.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: static ReadOnlyCollection<ParentShapeContainsNestedChildShapes^>^ GetLinks( ShapeElement^ source, ShapeElement^ target )
Parameters
- source
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
- target
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ParentShapeContainsNestedChildShapes^>^
Show: