IVsWindowSearchHost::SearchAsync Method (IVsSearchQuery^)

 

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

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

void SearchAsync(
	IVsSearchQuery^ pSearchQuery
)

Parameters

pSearchQuery
Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchQuery^

[in] The query to be searched.

Return to top
Show: