Graph::VisibleTopLevelGroups Property

 

Returns the visible top-level groups (node.IsVisible == true).

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property IEnumerable<GraphGroup^>^ VisibleTopLevelGroups {
	IEnumerable<GraphGroup^>^ get();
}
Return to top
Show: