IVsWindowSearchHost Methods

 

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

NameDescription
System_CAPS_pubmethodActivate()

Sets focus to the search control.

System_CAPS_pubmethodSearchAsync(IVsSearchQuery^)

Sets the search query and begins a search. If the query is null, the search is stopped if it had already started.

System_CAPS_pubmethodSetupSearch(IVsWindowSearch^)

Associates the search host control with the window search provider.

System_CAPS_pubmethodTerminateSearch()

Disassociates the search host control from the window search provider, and releases resources used by the search.

Return to top
Show: