IVsGlobalSearchUI.ActiveResultsCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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