LinkConnectsToNode.GetNodes(LinkShape) 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 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