Share via


GraphNodeCollection.Add Method (IEnumerable<GraphNode>)

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

Add all the nodes in the given set.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

GraphNodeCollection Class

Add Overload

Microsoft.VisualStudio.GraphModel Namespace