次の方法で共有


XboxLiveEndpointPair.Template プロパティ

定義

このエンドポイント ペアのインスタンス化に使用される XboxLiveEndpointPairTemplate を取得します。

重要

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

public:
 property XboxLiveEndpointPairTemplate ^ Template { XboxLiveEndpointPairTemplate ^ get(); };
XboxLiveEndpointPairTemplate Template();
public XboxLiveEndpointPairTemplate Template { get; }
var xboxLiveEndpointPairTemplate = xboxLiveEndpointPair.template;
Public ReadOnly Property Template As XboxLiveEndpointPairTemplate

プロパティ値

このエンドポイント ペアのインスタンス化に使用される XboxLiveEndpointPairTemplate

適用対象