Metodo GraphGroup.GetDescendants

Restituisce tutti i nodi figlio contenuti nella gerarchia del gruppo.

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

Sintassi

'Dichiarazione
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>

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<GraphNode>
Restituisca il valore IEnumerable<T>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphGroup Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel