DownloadOperation.Progress 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得作業的目前進度。
BackgroundDownloadProgress Progress();
public BackgroundDownloadProgress Progress { get; }
var backgroundDownloadProgress = downloadOperation.progress;
Public ReadOnly Property Progress As BackgroundDownloadProgress
屬性值
BackgroundDownloadProgress結構的實例,描述目前下載作業的進度。
備註
Progress的值會即時更新,這表示在執行進度處理常式時,值可能會變更。 最佳做法是在進度處理常式開頭建立 Progress 屬性值的本機複本,並只在進度處理常式中使用該複本,以便在處理常式執行時維持一致的進度檢視。