Share via


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

.NET Framework Security

See Also

Reference

IVsWindowSearchHost Interface

Microsoft.VisualStudio.Shell.Interop Namespace