Metodo GraphGroup.GetDescendantGroups

Restituisce tutti i gruppi discendenti contenuti nella gerarchia del gruppo, inclusi questo gruppo.

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

Sintassi

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

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphGroup Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel