IVsWindowSearch Methods

 

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

NameDescription
System_CAPS_pubmethodClearSearch()

Clears the search result, for example, after the user has cleared the content of the search edit box.

System_CAPS_pubmethodCreateSearch(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.

System_CAPS_pubmethodOnNavigationKeyDown(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

System_CAPS_pubmethodProvideSearchSettings(IVsUIDataSource^)

Allows the window search host to obtain overridable search options.

Return to top
Show: