次の方法で共有


XboxLiveEndpointPairCreationResult.DeviceAddress プロパティ

定義

リモート エンドポイントのデバイス アドレスを取得します。

重要

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

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

プロパティ値

リモート エンドポイントのデバイス アドレス。

適用対象