GraphNodeCollection::Remove Method (GraphNodeId^)

 

Remove the specified node

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
GraphNode^ Remove(
	GraphNodeId^ id
)

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

Return to top
Show: