Freigeben über


Graph.Merge-Methode (IEnumerable<GraphConditionalStyle>)

Listet alle Stile aus der angegebenen Liste zusammen.

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

Parameter

Rückgabewert

Typ: Boolean
True, wenn alle Formate, gab das zusammenzuführende; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

Graph Klasse

Merge-Überladung

Microsoft.VisualStudio.GraphModel-Namespace