LinkConnectsToNode.GetNodes Method
Gets a list of Nodes.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Shared Function GetNodes ( _
element As LinkShape _
) As LinkedElementCollection(Of NodeShape)
public static LinkedElementCollection<NodeShape> GetNodes(
LinkShape element
)
public:
static LinkedElementCollection<NodeShape^>^ GetNodes(
LinkShape^ element
)
static member GetNodes :
element:LinkShape -> LinkedElementCollection<NodeShape>
public static function GetNodes(
element : LinkShape
) : LinkedElementCollection<NodeShape>
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
Return Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<NodeShape>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.