Share via


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)

Syntax

'Declaration
Public Sub Remove ( _
    nodes As IEnumerable(Of GraphNode) _
)
public void Remove(
    IEnumerable<GraphNode> nodes
)
public:
void Remove(
    IEnumerable<GraphNode^>^ nodes
)
member Remove : 
        nodes:IEnumerable<GraphNode> -> unit
public function Remove(
    nodes : IEnumerable<GraphNode>
)

Parameters

  • nodes
    Type: IEnumerable<GraphNode>

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

.NET Framework Security

See Also

Reference

GraphNodeCollection Class

Remove Overload

Microsoft.VisualStudio.GraphModel Namespace