次の方法で共有


AttributedNetworkUsage.BytesSent プロパティ

定義

ネットワーク経由でアプリによって送信されたバイト数を取得します。

public:
 property unsigned long long BytesSent { unsigned long long get(); };
uint64_t BytesSent();
public ulong BytesSent { get; }
var uInt64 = attributedNetworkUsage.bytesSent;
Public ReadOnly Property BytesSent 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 で導入)

適用対象