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

 

Merges all of the links from the given link list into this graph.

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

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

Parameters

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

List of links to merge in.

Return Value

Type: System::Boolean

True if the graph was changed. Otherwise, false.

Return to top
Show: