次の方法で共有


XboxLiveQualityOfServicePrivatePayloadResult.DeviceAddress プロパティ

定義

このプライベート ペイロードを返したデバイスのデバイス アドレスを取得します。

重要

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

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

プロパティ値

このプライベート ペイロードを返したデバイスのデバイス アドレス。

適用対象