次の方法で共有


XboxLiveInboundEndpointPairCreatedEventArgs.EndpointPair プロパティ

定義

リモート デバイスがローカル デバイスで作成した XboxLiveEndpointPair を取得します。

重要

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

public:
 property XboxLiveEndpointPair ^ EndpointPair { XboxLiveEndpointPair ^ get(); };
XboxLiveEndpointPair EndpointPair();
public XboxLiveEndpointPair EndpointPair { get; }
var xboxLiveEndpointPair = xboxLiveInboundEndpointPairCreatedEventArgs.endpointPair;
Public ReadOnly Property EndpointPair As XboxLiveEndpointPair

プロパティ値

リモート デバイスがローカル デバイスで作成した XboxLiveEndpointPair

適用対象