LinkConnectsToNode.GetLinks(LinkShape, NodeShape) 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 LinkConnectsToNode links between a given LinkShape and a NodeShape.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::Diagrams::LinkConnectsToNode ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ source, Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode> GetLinks (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape source, Microsoft.VisualStudio.Modeling.Diagrams.NodeShape target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode>
Public Shared Function GetLinks (source As LinkShape, target As NodeShape) As ReadOnlyCollection(Of LinkConnectsToNode)
Parameters
- source
- LinkShape
- target
- NodeShape
Returns
- Attributes