INavigateToCallback.ReportProgress(Int32, Int32) Method

Definition

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

public:
 void ReportProgress(int current, int maximum);
public:
 void ReportProgress(int current, int maximum);
void ReportProgress(int current, int maximum);
public void ReportProgress (int current, int maximum);
abstract member ReportProgress : int * int -> unit
Public Sub ReportProgress (current As Integer, maximum As Integer)

Parameters

current
Int32

An integer between 0 and maximum, inclusive.

maximum
Int32

An integer greater than 0.

Applies to