Partager via


Graph.GetGroupDescendants, méthode (IEnumerable<GraphObject>)

Obtient une liste plate de tous les nœuds descendants de la liste donnée d'objets graphiques où certains de ces objets peuvent être des groupes.

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

Syntaxe

'Déclaration
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>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<GraphNode>
La liste plate de tous les nœuds descendants, y compris les nœuds pour les groupes qui ont été aplatis.

Sécurité .NET Framework

Voir aussi

Référence

Graph Classe

GetGroupDescendants, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms