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 기능이 있는 애플리케이션을 제외하고는 호출할 수 없습니다.

적용 대상