IVsGlobalSearchUI::ActiveResultsCategory Property
Visual Studio 2015
Gets the active category index.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610678278)] property int ActiveResultsCategory { int get(); void set(int value); }
Property Value
Type: System::Int32The active category index or -1 if no results are displayed (that is, no categories exist yet).
Show: