IVsWindowSearchHost Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | Activate() | Sets focus to the search control. |
![]() | SearchAsync(IVsSearchQuery^) | Sets the search query and begins a search. If the query is null, the search is stopped if it had already started. |
![]() | SetupSearch(IVsWindowSearch^) | Associates the search host control with the window search provider. |
![]() | TerminateSearch() | Disassociates the search host control from the window search provider, and releases resources used by the search. |
Show:
