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 ,则重新评估找到了新路径。

适用于