INavigateToCallback.ReportProgress(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.