Metodo Graph.GetGroupDescendants (IEnumerable<GraphObject>)

Ottiene un elenco semplice di tutti i nodi figlio dell'elenco specificato di oggetti del grafico in cui alcuni degli oggetti potrebbero essere gruppi.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
Public Shared Function GetGroupDescendants ( _
    graphObjects As IEnumerable(Of GraphObject) _
) As IEnumerable(Of GraphNode)
public static IEnumerable<GraphNode> GetGroupDescendants(
    IEnumerable<GraphObject> graphObjects
)
public:
static IEnumerable<GraphNode^>^ GetGroupDescendants(
    IEnumerable<GraphObject^>^ graphObjects
)
static member GetGroupDescendants : 
        graphObjects:IEnumerable<GraphObject> -> IEnumerable<GraphNode> 
public static function GetGroupDescendants(
    graphObjects : IEnumerable<GraphObject>
) : IEnumerable<GraphNode>

Parametri

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<GraphNode>
Un elenco semplice di tutti i nodi figlio, inclusi i nodi per i gruppi che sono stati appiattiti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Graph Classe

Overload GetGroupDescendants

Spazio dei nomi Microsoft.VisualStudio.GraphModel