LinkConnectsToNode.GetLink(NodeShape) Method

Definition

Gets a list of Link.

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

Parameters

element
NodeShape

Returns

Attributes

Applies to