Поделиться через


Graph.Merge - метод (IEnumerable<GraphConditionalStyle>)

Пространство имен:  Microsoft.VisualStudio.GraphModel
Сборка:  Microsoft.VisualStudio.GraphModel (в Microsoft.VisualStudio.GraphModel.dll)

Синтаксис

'Декларация
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

Параметры

Возвращаемое значение

Тип: System.Boolean

Безопасность платформы .NET Framework

См. также

Ссылки

Graph Класс

Merge - перегрузка

Microsoft.VisualStudio.GraphModel - пространство имен