IProgressPage.UpdateProgress(Int64, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides upload progress numeric information that can be used to update the progress indicators.
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)
Parameters
- bytesDownloaded
- Int64
Total bytes downloaded thus far.
- bytesTotal
- Int64
Total bytes that need to be downloaded for the application.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.