GraphLinkCollection::Get Method (String^, String^, Int32)
Visual Studio 2015
Gets the link with the specified source using node Id as strings and a multilink index
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- sourceId
-
Type:
System::String^
The source node
- targetId
-
Type:
System::String^
The target node
- index
-
Type:
System::Int32
Multilink index
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphLink^The Link that was found. Otherwise, null
Show: