AppInstallStatus.BytesDownloaded Property
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.
Gets the number of bytes that have been downloaded for the current app.
public:
property unsigned long long BytesDownloaded { unsigned long long get(); };
uint64_t BytesDownloaded();
public ulong BytesDownloaded { get; }
var uInt64 = appInstallStatus.bytesDownloaded;
Public ReadOnly Property BytesDownloaded As ULong
Property Value
The number of bytes that have been downloaded for the current app.
Windows requirements
App capabilities |
runFullTrust
|