DownloadProgressEventArgs.Progress 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得下載進度做為介於 0 到 100 之間的值。
public:
property int Progress { int get(); void set(int value); };
int Progress();
void Progress(int value);
public int Progress { get; set; }
var int32 = downloadProgressEventArgs.progress;
downloadProgressEventArgs.progress = int32;
Public Property Progress As Integer
屬性值
Int32
int
下載進度。 值為 0 表示沒有進度;100 表示下載已完成。