IFindPeekResultsCallback.ReportProgress(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.
Reports the progress of query processing.
public:
void ReportProgress(int percentProgress);
public:
void ReportProgress(int percentProgress);
void ReportProgress(int percentProgress);
public void ReportProgress (int percentProgress);
abstract member ReportProgress : int -> unit
Public Sub ReportProgress (percentProgress As Integer)
Parameters
- percentProgress
- Int32
The percentage, from 0 to 100, of a work completion.