LinkConnectsToNode.GetLinksToNodes(LinkShape) Method

Definition

Get the list of LinkConnectsToNode links to a LinkShape.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::Diagrams::LinkConnectsToNode ^> ^ GetLinksToNodes(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ linkInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode> GetLinksToNodes (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape linkInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToNodes : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode>
Public Shared Function GetLinksToNodes (linkInstance As LinkShape) As ReadOnlyCollection(Of LinkConnectsToNode)

Parameters

linkInstance
LinkShape

Returns

Attributes

Applies to