Partilhar via


Método GraphGroup.GetDescendantGroups

Retorna todos os grupos descendente que estão contidas por essa hierarquia do grupo, incluindo este grupo.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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>

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<GraphGroup>
Retorna IEnumerable<T>.

Segurança do .NET Framework

Consulte também

Referência

GraphGroup Classe

Namespace Microsoft.VisualStudio.GraphModel