Udostępnij za pośrednictwem


Metoda Graph.Merge — (IEnumerable<GraphNode>)

Scala wszystkie węzły na liście danego węzła ten wykres.

Przestrzeń nazw:  Microsoft.VisualStudio.GraphModel
Zestaw:  Microsoft.VisualStudio.GraphModel (w Microsoft.VisualStudio.GraphModel.dll)

Składnia

'Deklaracja
Public Function Merge ( _
    other As IEnumerable(Of GraphNode) _
) As Boolean
public bool Merge(
    IEnumerable<GraphNode> other
)
public:
bool Merge(
    IEnumerable<GraphNode^>^ other
)
member Merge : 
        other:IEnumerable<GraphNode> -> bool
public function Merge(
    other : IEnumerable<GraphNode>
) : boolean

Parametry

  • other
    Typ: IEnumerable<GraphNode>

    Lista węzłów do włączania.

Wartość zwracana

Typ: Boolean
PRAWDA, jeśli wykres został zmieniony.W przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

Graph Klasa

Przeciążenie Merge

Przestrzeń nazw Microsoft.VisualStudio.GraphModel