Edit

IDownloadProgress Properties

The IDownloadProgress interface defines the following properties.

Property Description
CurrentUpdateBytesDownloaded Gets a string that specifies how much data has been transferred for the content file or files of the update that is being downloaded, in bytes.
CurrentUpdateBytesToDownload Gets a string that estimates how much data should be transferred for the content file or files of the update that is being downloaded, in bytes.
CurrentUpdateDownloadPhase Gets a DownloadPhase enumeration value that specifies the phase of the download that is currently in progress.
CurrentUpdateIndex Gets a zero-based index value that specifies the update that is currently being downloaded when multiple updates have been selected.
CurrentUpdatePercentComplete Gets an estimate of the percentage of the current update that has been downloaded.
PercentComplete Gets an estimate of the percentage of all the updates that have been downloaded.
TotalBytesDownloaded Gets a string that specifies the total amount of data that has been downloaded, in bytes.
TotalBytesToDownload Gets a string that represents the estimate of the total amount of data that will be downloaded, in bytes.