IVsGlobalSearchUI::ActiveResultsCategory Property

 

Gets the active category index.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

The active category index or -1 if no results are displayed (that is, no categories exist yet).

Return to top
Show: