IVsProgress.Report(Double) Method

Definition

Reports the progress of an operation.

public void Report (double value);
abstract member Report : double -> unit
Public Sub Report (value As Double)

Parameters

value
Double

The progress of the operation.

Remarks

value can be in the range [0.0..1.0], where 0.0 is 0% complete and 1.0 is 100% complete. A value outside that range indicates indeterminate progress.

Implementers should be prepared for this method to be called on any thread.

Applies to