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