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: Int32
The active category index or -1 if no results are displayed (that is, no categories exist yet).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.