INavigateToCallback Interface

Definition

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

public interface class INavigateToCallback
public interface class INavigateToCallback
__interface INavigateToCallback
public interface INavigateToCallback
type INavigateToCallback = interface
Public Interface INavigateToCallback

Remarks

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

Properties

Options

Retrieve the options interface from the callback.

Methods

AddItem(NavigateToItem)

Reports a matching NavigateToItem.

Done()

Signals that a provider has finished its search.

Invalidate()

Signals that a provider's results for the most recent search are invalid.

The aggregator will discard all symbols from this provider, and, if needed, call StartSearch again to obtain new symbols.

ReportProgress(Int32, Int32)

Inform the callback of how far along the provider is in the search.

Applies to