IVsGlobalSearchUI.PreserveResults Property

Definition

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

Applies to