IVsGlobalSearchUI::SearchHost Property

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678276)]
property IVsWindowSearchHost^ SearchHost {
	IVsWindowSearchHost^ get();
}
Return to top
Show: