次の方法で共有


XboxLiveEndpointPair.RemoteHostName プロパティ

定義

リモート エンドポイントの HostName を取得します。

重要

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

public:
 property HostName ^ RemoteHostName { HostName ^ get(); };
HostName RemoteHostName();
public HostName RemoteHostName { get; }
var hostName = xboxLiveEndpointPair.remoteHostName;
Public ReadOnly Property RemoteHostName As HostName

プロパティ値

リモート エンドポイントの HostName

適用対象