INavigateToItemProvider::StartSearch Method (INavigateToCallback^, String^)
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
Parameters
- callback
-
Type:
Microsoft.VisualStudio.Language.NavigateTo.Interfaces::INavigateToCallback^
A callback to report found items.
- searchValue
-
Type:
System::String^
The search pattern.
Show: