GameServiceGameOutcome Enum

Definition

Indicates the outcome of a game.

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
Inheritance
GameServiceGameOutcome
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)

Fields

Loss 2

A loss.

None 0

No outcome.

Tie 3

A tie.

Win 1

A win.

Remarks

All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.

Applies to