GameServiceGameOutcome 枚举

定义

指示游戏的结果。

public enum class GameServiceGameOutcome
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class GameServiceGameOutcome
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum GameServiceGameOutcome
var value = Windows.Phone.System.UserProfile.GameServices.Core.GameServiceGameOutcome.none
Public Enum GameServiceGameOutcome
继承
GameServiceGameOutcome
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneContract (在 v1.0 中引入)

字段

Loss 2

损失。

None 0

没有结果。

Tie 3

领带。

Win 1

一场胜利。

注解

Windows.Phone.System.UserProfile.GameServices.Core 命名空间的所有成员只能由 XBox Live SDK使用。 只有具有ID_CAP_GAMERSERVICES功能的应用程序才能调用这些 API。

适用于