次の方法で共有


XboxLiveQualityOfServiceMetricResult.DeviceAddress プロパティ

定義

測定のターゲットであったリモート デバイスのアドレスを取得します。

重要

この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。

public:
 property XboxLiveDeviceAddress ^ DeviceAddress { XboxLiveDeviceAddress ^ get(); };
XboxLiveDeviceAddress DeviceAddress();
public XboxLiveDeviceAddress DeviceAddress { get; }
var xboxLiveDeviceAddress = xboxLiveQualityOfServiceMetricResult.deviceAddress;
Public ReadOnly Property DeviceAddress As XboxLiveDeviceAddress

プロパティ値

測定のターゲットであったリモート デバイスのアドレス。

適用対象