Partager via


GraphGroup.GetDescendantGroups, méthode

Retourne tous les groupes descendants contenus par cette hiérarchie de groupes, notamment ce groupe.

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

Syntaxe

'Déclaration
Public Function GetDescendantGroups As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> GetDescendantGroups()
public:
IEnumerable<GraphGroup^>^ GetDescendantGroups()
member GetDescendantGroups : unit -> IEnumerable<GraphGroup> 
public function GetDescendantGroups() : IEnumerable<GraphGroup>

Valeur de retour

Type : System.Collections.Generic.IEnumerable<GraphGroup>
retourne IEnumerable<T> ;

Sécurité .NET Framework

Voir aussi

Référence

GraphGroup Classe

Microsoft.VisualStudio.GraphModel, espace de noms