Graph::ImportLink Method (GraphLink^)
Visual Studio 2015
Imports a Link together with its source and target nodes so that they belong to the graph also. Merges any node or link properties and categories necessary.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- link
-
Type:
Microsoft.VisualStudio.GraphModel::GraphLink^
The Link to import.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphLink^The imported Link, if new to this graph. Otherwise, the Link itself is returned.
Show: