Partilhar via


Propriedade Graph.AllGroups

Cada grupo no gráfico independente de visibilidade ou de aninhamento.

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

Sintaxe

'Declaração
Public ReadOnly Property AllGroups As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> AllGroups { get; }
public:
property IEnumerable<GraphGroup^>^ AllGroups {
    IEnumerable<GraphGroup^>^ get ();
}
member AllGroups : IEnumerable<GraphGroup>
function get AllGroups () : IEnumerable<GraphGroup>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

Graph Classe

Namespace Microsoft.VisualStudio.GraphModel