ParentShapeContainsNestedChildShapes.GetLinks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get any ParentShapeContainsNestedChildShapes links between a given ShapeElement and a ShapeElement.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::Diagrams::ParentShapeContainsNestedChildShapes ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ source, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes> GetLinks (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement source, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeContainsNestedChildShapes>
Public Shared Function GetLinks (source As ShapeElement, target As ShapeElement) As ReadOnlyCollection(Of ParentShapeContainsNestedChildShapes)
Parameters
- source
- ShapeElement
- target
- ShapeElement
Returns
- Attributes