Partager via


Graph.Merge, méthode (Graph)

Fusionnez tous les nouveaux nœuds et liens du graphique donné dans ce graphique

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function Merge ( _
    other As Graph _
) As Boolean
public bool Merge(
    Graph other
)
public:
bool Merge(
    Graph^ other
)
member Merge : 
        other:Graph -> bool 
public function Merge(
    other : Graph
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si le graphique a été modifié ; sinon, false

Sécurité .NET Framework

Voir aussi

Référence

Graph Classe

Merge, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms