共用方式為


IGraphContext.ReportProgress(Int32, Int32, String) Method

Definition

Called by the providers to report progress.

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

Parameters

current
Int32

The current position relative to the given maximum.

maximum
Int32

The estimated maximum amount of work to be done.

message
String

An optional localized message that describes what is being done.

Applies to