Graph::VisibleTopLevelGroups Property
Visual Studio 2015
Returns the visible top-level groups (node.IsVisible == true).
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IEnumerable<GraphGroup^>^ VisibleTopLevelGroups { IEnumerable<GraphGroup^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<GraphGroup^>^
Show: