Compartir a través de


Graph.AllGroups (Propiedad)

Cada grupo del gráfico independientemente visibilidad o el anidamiento.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

Graph Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)