次の方法で共有


XboxLiveEndpointPairCreationResult.IsExistingPathEvaluation プロパティ

定義

返されるエンドポイント ペアが true 既に存在する場合は、ブール値を取得します。

重要

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

public:
 property bool IsExistingPathEvaluation { bool get(); };
bool IsExistingPathEvaluation();
public bool IsExistingPathEvaluation { get; }
var boolean = xboxLiveEndpointPairCreationResult.isExistingPathEvaluation;
Public ReadOnly Property IsExistingPathEvaluation As Boolean

プロパティ値

Boolean

bool

True 返されたエンドポイント ペアが既に存在する場合は 。 False エンドポイント ペアが以前に存在しなかった場合、または作成操作で XboxLiveEndpointPairCreationBehaviors.ReevaluatePath が使用され、再評価で新しいパスが見つかった場合。

適用対象