AppInstallStatus.DownloadSizeInBytes 属性

定义

获取当前应用的下载大小(以字节为单位)。

public:
 property unsigned long long DownloadSizeInBytes { unsigned long long get(); };
uint64_t DownloadSizeInBytes();
public ulong DownloadSizeInBytes { get; }
var uInt64 = appInstallStatus.downloadSizeInBytes;
Public ReadOnly Property DownloadSizeInBytes As ULong

属性值

UInt64

unsigned long long

uint64_t

当前应用的下载大小(以字节为单位)。

Windows 要求

应用功能
runFullTrust

适用于