言語

IProgressPage.UpdateProgress(Int64, Int64) メソッド

定義

進行状況インジケーターの更新に使用できるアップロード進行状況の数値情報を提供します。

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

アプリケーションのダウンロードが必要な合計バイト数。

適用対象