LinkConnectsToNode.GetNodes(LinkShape) Method

Definition

Gets a list of Nodes.

public:
 static Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^> ^ GetNodes(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.Diagrams.NodeShape> GetNodes (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetNodes : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.Diagrams.NodeShape>
Public Shared Function GetNodes (element As LinkShape) As LinkedElementCollection(Of NodeShape)

Parameters

element
LinkShape

Returns

Attributes

Applies to