IVsGlobalSearchUIResultsCategory.IsDisplayingAllResults 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 whether the category is displaying all results. If true
, all results are being displayed.
public:
property bool IsDisplayingAllResults { bool get(); };
public:
property bool IsDisplayingAllResults { bool get(); };
[System.Runtime.InteropServices.DispId(1610678278)]
public bool IsDisplayingAllResults { get; }
public bool IsDisplayingAllResults { get; }
[<System.Runtime.InteropServices.DispId(1610678278)>]
member this.IsDisplayingAllResults : bool
member this.IsDisplayingAllResults : bool
Public ReadOnly Property IsDisplayingAllResults As Boolean
Property Value
- Attributes