共用方式為


DownloadProgressEventArgs.Progress 屬性

定義

取得下載進度做為介於 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 表示下載已完成。

適用於