INavigateToItemProvider::StartSearch Method (INavigateToCallback^, String^)

 

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)

void StartSearch(
	INavigateToCallback^ callback,
	String^ searchValue
)

Parameters

callback
Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces::INavigateToCallback^

A callback to report found items.

searchValue
Type: System::String^

The search pattern.

Return to top
Show: