XboxLiveEndpointPair.RemoteDeviceAddress プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート エンドポイントの XboxLiveDeviceAddress を取得します。
重要
この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。
public:
property XboxLiveDeviceAddress ^ RemoteDeviceAddress { XboxLiveDeviceAddress ^ get(); };
XboxLiveDeviceAddress RemoteDeviceAddress();
public XboxLiveDeviceAddress RemoteDeviceAddress { get; }
var xboxLiveDeviceAddress = xboxLiveEndpointPair.remoteDeviceAddress;
Public ReadOnly Property RemoteDeviceAddress As XboxLiveDeviceAddress
プロパティ値
リモート XboxLiveDeviceAddress。
注釈
ローカル XboxLiveDeviceAddress を取得するための XboxLiveEndpointPair メソッドはありません。 ローカルの XboxLiveDeviceAddress を取得するには、XboxLiveDeviceAddress.GetLocal 静的メソッドを使用します。