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)

Syntax

'Declaration
Public Function Merge ( _
    styles As IEnumerable(Of GraphConditionalStyle) _
) As Boolean
public bool Merge(
    IEnumerable<GraphConditionalStyle> styles
)
public:
bool Merge(
    IEnumerable<GraphConditionalStyle^>^ styles
)
member Merge : 
        styles:IEnumerable<GraphConditionalStyle> -> bool
public function Merge(
    styles : IEnumerable<GraphConditionalStyle>
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

Graph Class

Merge Overload

Microsoft.VisualStudio.GraphModel Namespace