IVsGlobalSearchUI.PreserveResults 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 or sets whether the global search preserves results from a previous search to be displayed when the UI is shown again. If true
, the results are preserved.
public:
property bool PreserveResults { bool get(); void set(bool value); };
public:
property bool PreserveResults { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610678274)]
public bool PreserveResults { get; set; }
public bool PreserveResults { get; set; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.PreserveResults : bool with get, set
member this.PreserveResults : bool with get, set
Public Property PreserveResults As Boolean
Property Value
- Attributes