IVsGlobalSearchUI::SearchHost Property
Visual Studio 2015
Gets the search host of the global search control. Can be used to initiate IDE-wide searches with the UI, get the status of the existing search, and so on.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610678276)]
property IVsWindowSearchHost^ SearchHost {
IVsWindowSearchHost^ get();
}
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowSearchHost^
Show: