Share via


INavigateToCallback2 Interface

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

Collects results and status updates from providers. It is valid to call the methods in any order.

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

Syntax

'Declaration
Public Interface INavigateToCallback2
public interface INavigateToCallback2
public interface class INavigateToCallback2
type INavigateToCallback2 =  interface end
public interface INavigateToCallback2

Methods

  Name Description
Public method Done(String) Signals that a provider has finished its search but couldn't get complete results because of a custom reason.
Public method Done(IncompleteReason) Signals that a provider has finished its search but couldn't get complete results because of a standard reason.

Top

See Also

Reference

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace