IReportProgress.Progress 屬性

定義

會得到目前的進度百分比。

public:
 property int Progress { int get(); };
public int Progress { get; }
member this.Progress : int
Public ReadOnly Property Progress As Integer

屬性值

值小於 0 或大於 100 表示該操作未執行。 值為 0 表示操作正在執行,但沒有進度資訊(用於未知長度的操作)。 1到100的數值表示實際進度。

適用於