IVsWindowSearchHost.SearchAsync(IVsSearchQuery) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the search query and begins a search. If the query is null, the search is stopped if it had already started.
public:
void SearchAsync(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ pSearchQuery);
public:
void SearchAsync(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ pSearchQuery);
void SearchAsync(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery const & pSearchQuery);
public void SearchAsync (Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery pSearchQuery);
abstract member SearchAsync : Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery -> unit
Public Sub SearchAsync (pSearchQuery As IVsSearchQuery)
Parameters
- pSearchQuery
- IVsSearchQuery
[in] The query to be searched.