INavigateToCallback::ReportProgress Method (Int32, Int32)

 

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)

void ReportProgress(
	int current,
	int maximum
)

Parameters

current
Type: System::Int32

An integer between 0 and maximum, inclusive.

maximum
Type: System::Int32

An integer larger than 0.

Return to top
Show: