GraphNodeCollection::Remove Method (String^)

 

Remove the specified node

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

public:
GraphNode^ Remove(
	String^ id
)

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

Return to top
Show: