Share via


INavigateToItemProvider.StartSearch Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates that the provider should begin a new search. If the provider is in the middle of a search, that search should be stopped as soon as possible because the results of that search will be ignored. Implementations of this method should move all work to a separate thread and allow this call to return as soon as possible.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
Sub StartSearch ( _
    callback As INavigateToCallback, _
    searchValue As String _
)
void StartSearch(
    INavigateToCallback callback,
    string searchValue
)
void StartSearch(
    INavigateToCallback^ callback, 
    String^ searchValue
)
abstract StartSearch : 
        callback:INavigateToCallback * 
        searchValue:string -> unit
function StartSearch(
    callback : INavigateToCallback, 
    searchValue : String
)

Parameters

.NET Framework Security

See Also

Reference

INavigateToItemProvider Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace