Share via


GraphNodeCollection.Remove Method (IEnumerable<GraphNode>)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

.NET Framework Security

See Also

Reference

GraphNodeCollection Class

Remove Overload

Microsoft.VisualStudio.GraphModel Namespace