Graph::Merge Method (IEnumerable<GraphObject^>^)

 

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

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

public:
bool Merge(
	IEnumerable<GraphObject^>^ other
)

Parameters

other
Type: System.Collections.Generic::IEnumerable<GraphObject^>^

The list of graph objects to use as a source for merging.

Return Value

Type: System::Boolean

True if the graph was changed. Otherwise, false.

Return to top
Show: