次の方法で共有


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

適用対象