IVsGlobalSearchUI.ActiveResultsCategory Property

Definition

Gets the active category index.

public:
 property int ActiveResultsCategory { int get(); void set(int value); };
public:
 property int ActiveResultsCategory { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1610678278)]
public int ActiveResultsCategory { get; set; }
public int ActiveResultsCategory { get; set; }
[<System.Runtime.InteropServices.DispId(1610678278)>]
member this.ActiveResultsCategory : int with get, set
member this.ActiveResultsCategory : int with get, set
Public Property ActiveResultsCategory As Integer

Property Value

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

Attributes

Applies to