IVsGlobalSearchUI.SearchHost 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取全局搜索控件的搜索宿主。 可用于在 UI 中启动 IDE 范围的搜索,获取现有搜索的状态,等等。
public:
property Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchHost ^ SearchHost { Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchHost ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchHost ^ SearchHost { Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchHost ^ get(); };
[System.Runtime.InteropServices.DispId(1610678276)]
public Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchHost SearchHost { get; }
[<System.Runtime.InteropServices.DispId(1610678276)>]
member this.SearchHost : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchHost
Public ReadOnly Property SearchHost As IVsWindowSearchHost
属性值
- 属性