Graph.Merge Method (Graph)

Merges all new nodes and links from the given graph into this graph.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

Graph Class

Merge Overload

Microsoft.VisualStudio.GraphModel Namespace