LinkConnectsToNode.GetLink(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.
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