IVsGlobalSearchUI.PreserveResults 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在再次显示 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
属性值
- 属性