Share via


Graph.Merge Method (IEnumerable<GraphNode>)

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

Merges all of the nodes from the given node list into this graph.

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

Syntax

'Declaration
Public Function Merge ( _
    other As IEnumerable(Of GraphNode) _
) As Boolean
public bool Merge(
    IEnumerable<GraphNode> other
)
public:
bool Merge(
    IEnumerable<GraphNode^>^ other
)
member Merge : 
        other:IEnumerable<GraphNode> -> bool
public function Merge(
    other : IEnumerable<GraphNode>
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the graph was changed. Otherwise, false.

.NET Framework Security

See Also

Reference

Graph Class

Merge Overload

Microsoft.VisualStudio.GraphModel Namespace