IVsGlobalSearchUI.SearchHost 属性

定义

获取全局搜索控件的搜索宿主。 可用于在 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

属性值

IVsWindowSearchHost
属性

适用于