IFindReferencesProgress Interface

Definition

Reports the progress of the FindReferences operation. Note: these methods may be called on any thread.

public interface class IFindReferencesProgress
public interface IFindReferencesProgress
type IFindReferencesProgress = interface
Public Interface IFindReferencesProgress

Methods

OnCompleted()
OnDefinitionFound(ISymbol)
OnFindInDocumentCompleted(Document)
OnFindInDocumentStarted(Document)
OnReferenceFound(ISymbol, ReferenceLocation)
OnStarted()
ReportProgress(Int32, Int32)

Applies to