GraphLinkCollection::GetAll Method (GraphNode^, GraphNode^)
Visual Studio 2015
Gets all links between the given source and target nodes.
Each link must have a different Index.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- source
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNode^
The source node
- target
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNode^
The target node
Return Value
Type: System.Collections.Generic::IEnumerable<GraphLink^>^The links connecting these nodes.
Show: