GraphLinkCollection::Get Method (GraphNodeId^, GraphNodeId^)
Visual Studio 2015
Gets the link with the specified source using GraphNodeId
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- sourceId
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeId^
The source node
- targetId
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeId^
The target node
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphLink^The Link that was found. Otherwise, null
Show: