Graph.AllGroups Property

Definition

Every group in the graph regardless of visibility or nesting

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ AllGroups { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup> AllGroups { get; }
member this.AllGroups : seq<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public ReadOnly Property AllGroups As IEnumerable(Of GraphGroup)

Property Value

Applies to