Share via


INavigateToCallback.ReportProgress Method

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

Informs the callback about the provider's progress in the search.

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

Syntax

'Declaration
Sub ReportProgress ( _
    current As Integer, _
    maximum As Integer _
)
void ReportProgress(
    int current,
    int maximum
)
void ReportProgress(
    int current, 
    int maximum
)
abstract ReportProgress : 
        current:int * 
        maximum:int -> unit
function ReportProgress(
    current : int, 
    maximum : int
)

Parameters

  • current
    Type: System.Int32

    An integer between 0 and maximum, inclusive.

.NET Framework Security

See Also

Reference

INavigateToCallback Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace