次の方法で共有


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でのみ使用できます。 これらの API は、ID_CAP_GAMERSERVICES機能を持つアプリケーション以外では呼び出すことができません。

適用対象