Graph.Groups Property

Definition

Get the collection of all top level groups

public:
 property Microsoft::VisualStudio::GraphModel::IReadOnlyCollection<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ Groups { Microsoft::VisualStudio::GraphModel::IReadOnlyCollection<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ get(); };
public Microsoft.VisualStudio.GraphModel.IReadOnlyCollection<Microsoft.VisualStudio.GraphModel.GraphGroup> Groups { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Groups : Microsoft.VisualStudio.GraphModel.IReadOnlyCollection<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public ReadOnly Property Groups As IReadOnlyCollection(Of GraphGroup)

Property Value

Attributes

Applies to