IVsGlobalSearchUI.PreserveResults 属性

定义

获取或设置在再次显示 UI 时,全局搜索是否保留前面搜索中显示的结果。 如果为 true ,则保留结果。

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; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.PreserveResults : bool with get, set
Public Property PreserveResults As Boolean

属性值

Boolean
属性

适用于