Partager via


GraphGroup.GetDescendants, méthode

Retourne tous les nœuds descendants contenus par cette hiérarchie de groupe.

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

Syntaxe

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

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

GraphGroup Classe

Microsoft.VisualStudio.GraphModel, espace de noms