INavigateToItemProvider Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | StartSearch(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. |
![]() | StopSearch() | Indicates that the provider should stop any current search. |
Show:
