GraphLinkCollection::Get Method (GraphNode^, GraphNode^, Int32)
Visual Studio 2015
Gets the link with the specified source
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
- index
-
Type:
System::Int32
The multi-link index
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphLink^The Link that was found. Otherwise, null
Show: