IProgressEntry.SetProgress 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.
Overloads
SetProgress(Int32, Double) |
Set the progress value for the index |
SetProgress(Int32, Double, Double) |
Set the progress value for the index |
SetProgress(Int32, Double)
Set the progress value for the index index
to value
,
and the limit value for the progress becomes 'unknown'.
public void SetProgress (int index, double value);
abstract member SetProgress : int * double -> unit
Public Sub SetProgress (index As Integer, value As Double)
Parameters
- index
- Int32
- value
- Double
Applies to
SetProgress(Int32, Double, Double)
Set the progress value for the index index
to value
,
and the limit value to lim
. If lim
is a NAN, it is set to null instead.
public void SetProgress (int index, double value, double lim);
abstract member SetProgress : int * double * double -> unit
Public Sub SetProgress (index As Integer, value As Double, lim As Double)
Parameters
- index
- Int32
- value
- Double
- lim
- Double