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)

Syntax

'Declaration
Property ActiveResultsCategory As Integer
int ActiveResultsCategory { get; set; }
property int ActiveResultsCategory {
    int get ();
    void set (int value);
}
abstract ActiveResultsCategory : int with get, set
function get ActiveResultsCategory () : int 
function set ActiveResultsCategory (value : int)

Property Value

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

.NET Framework Security

See Also

Reference

IVsGlobalSearchUI Interface

Microsoft.VisualStudio.Shell.Interop Namespace