INavigateToItemProvider.StartSearch(INavigateToCallback, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the provider should begin a new search. If the provider is in the middle of a search, it should be terminated as soon as possible as the results of that search will now be ignored. Implementations of this method should move all work to a separate thread and allow this call to return as soon as possible.
public:
void StartSearch(Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToCallback ^ callback, System::String ^ searchValue);
public:
void StartSearch(Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToCallback ^ callback, Platform::String ^ searchValue);
void StartSearch(Microsoft::VisualStudio::Language::NavigateTo::Interfaces::INavigateToCallback const & callback, std::wstring const & searchValue);
public void StartSearch (Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToCallback callback, string searchValue);
abstract member StartSearch : Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToCallback * string -> unit
Public Sub StartSearch (callback As INavigateToCallback, searchValue As String)
Parameters
- callback
- INavigateToCallback
A callback specific to this search.
- searchValue
- String