Share via


INavigateToCallback 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.

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

Syntax

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

The INavigateToCallback type exposes the following members.

Properties

  Name Description
Public property Options Gets the options interface from the callback.

Top

Methods

  Name Description
Public method AddItem Reports a matching NavigateToItem.
Public method Done Signals that a provider has finished its search.
Public method Invalidate Signals that a provider's results for the most recent search are not valid.
Public method ReportProgress Informs the callback about the provider's progress in the search.

Top

Remarks

It is valid to call the methods of this class in any order.

See Also

Reference

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace