Método Graph.Merge (IEnumerable<GraphObject>)

Mesclar todos os novos nós e links da lista de objetos do gráfico dada esse gráfico

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

Sintaxe

'Declaração
Public Function Merge ( _
    other As IEnumerable(Of GraphObject) _
) As Boolean
public bool Merge(
    IEnumerable<GraphObject> other
)
public:
bool Merge(
    IEnumerable<GraphObject^>^ other
)
member Merge : 
        other:IEnumerable<GraphObject> -> bool 
public function Merge(
    other : IEnumerable<GraphObject>
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
True se o gráfico tiver sido alterado, caso contrário, false

Segurança do .NET Framework

Consulte também

Referência

Graph Classe

Sobrecargas Merge

Namespace Microsoft.VisualStudio.GraphModel