GameServiceGameOutcome Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No outcome. |
Win | 1 | A win. |
Loss | 2 | A loss. |
Tie | 3 | A tie. |
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.