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)

public:
bool Merge(
	Graph^ other
)

Parameters

other
Type: Microsoft.VisualStudio.GraphModel::Graph^

The graph to use as a source for merging.

Return Value

Type: System::Boolean

True if the graph was changed. Otherwise, false.

Return to top
Show: