Graph.AllGroups Property
Every group in the graph regardless of visibility or nesting.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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> with get
function get AllGroups () : IEnumerable<GraphGroup>
Property Value
Type: IEnumerable<GraphGroup>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.