次の方法で共有


AttributedNetworkUsage.BytesReceived プロパティ

定義

ネットワーク経由でアプリが受信したバイト数を取得します。

public:
 property unsigned long long BytesReceived { unsigned long long get(); };
uint64_t BytesReceived();
public ulong BytesReceived { get; }
var uInt64 = attributedNetworkUsage.bytesReceived;
Public ReadOnly Property BytesReceived As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

アプリが受信したバイト数。

Windows の要件

要件 説明
デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

適用対象