GraphNodeCollection::Remove Method (GraphNodeId^)
Visual Studio 2015
Remove the specified node
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- id
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeId^
The Id of the node to remove
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNode^The Node removed, or null if it does not exist
Show: