IProgressPage.UpdateProgress(Int64, Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供上載進度數字資訊,該資訊可用於更新進度指示器 (Indicator)。
public:
void UpdateProgress(long bytesDownloaded, long bytesTotal);
public void UpdateProgress (long bytesDownloaded, long bytesTotal);
abstract member UpdateProgress : int64 * int64 -> unit
Public Sub UpdateProgress (bytesDownloaded As Long, bytesTotal As Long)
參數
- bytesDownloaded
- Int64
目前為止下載的總位元組數。
- bytesTotal
- Int64
應用程式需要下載的總位元組數。