次の方法で共有


XboxLiveEndpointPair.RemoteDeviceAddress プロパティ

定義

リモート エンドポイントの 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 静的メソッドを使用します

適用対象