IVsWindowSearch 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 | |
|---|---|---|
![]() | ClearSearch() | Clears the search result, for example, after the user has cleared the content of the search edit box. |
![]() | CreateSearch(UInt32, IVsSearchQuery^, IVsSearchCallback^) | Creates a new search task object. The task is cold-started - Start() needs to be called on the task object to begin the search. |
![]() | OnNavigationKeyDown(UInt32, UInt32) | Allows the window to preview some keydown events that can be used to navigate between the search results or take action on them |
![]() | ProvideSearchSettings(IVsUIDataSource^) | Allows the window search host to obtain overridable search options. |
Show:
