IVsWindowSearchHost.SearchAsync Method
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)
Syntax
'Declaration
Sub SearchAsync ( _
pSearchQuery As IVsSearchQuery _
)
void SearchAsync(
IVsSearchQuery pSearchQuery
)
void SearchAsync(
[InAttribute] IVsSearchQuery^ pSearchQuery
)
abstract SearchAsync :
pSearchQuery:IVsSearchQuery -> unit
function SearchAsync(
pSearchQuery : IVsSearchQuery
)
Parameters
pSearchQuery
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery[in] The query to be searched.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.