Proprietà Graph.AllGroups

Ogni gruppo nel grafico indipendentemente da visibilità o dall'annidamento.

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

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Graph Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel