AppInstallStatus.DownloadSizeInBytes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のアプリのダウンロード サイズをバイト単位で取得します。
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
プロパティ値
現在のアプリのダウンロード サイズ (バイト単位)。
Windows の要件
アプリの機能 |
runFullTrust
|