Graph::ImportNode Method (GraphNode^)
Visual Studio 2015
Imports a node into a graph, merging any categories and properties necessary.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- node
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNode^
The node to import.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNode^The imported node, if new to this graph. Otherwise, the node itself is returned.
Show: