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

 

Merges all the styles from the given list.

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

public:
bool Merge(
	IEnumerable<GraphConditionalStyle^>^ styles
)

Parameters

styles
Type: System.Collections.Generic::IEnumerable<GraphConditionalStyle^>^

The styles to merge into this graph.

Return Value

Type: System::Boolean

True if there were any styles to merge; false otherwise.

Return to top
Show: