IVsWindowSearchHost.SearchAsync(IVsSearchQuery) Method

Definition

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.

Applies to