IProgressEntry.SetProgress 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetProgress(Int32, Double) |
將索引 |
SetProgress(Int32, Double, Double) |
將索引 |
SetProgress(Int32, Double)
SetProgress(Int32, Double, Double)
將索引 index
的進度值設定為 value
,並將限制值設定為 lim
。 如果 lim
是 NAN,則會改為設定為 null。
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)
參數
- index
- Int32
- value
- Double
- lim
- Double