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