GraphNodeCollection::Remove Method (IEnumerable<GraphNode^>^)

 

Remove all the nodes in the given set.

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

public:
void Remove(
	IEnumerable<GraphNode^>^ nodes
)

Parameters

nodes
Type: System.Collections.Generic::IEnumerable<GraphNode^>^

The set of nodes to remove. This argument can be the result of a Get method.

Return to top
Show: