다음을 통해 공유


ApplicationProfileModes 열거형

정의

앱이 실행 중인 모드를 나타냅니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class ApplicationProfileModes
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class ApplicationProfileModes
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum ApplicationProfileModes
var value = Windows.Phone.ApplicationModel.ApplicationProfileModes.default
Public Enum ApplicationProfileModes
상속
ApplicationProfileModes
특성

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Phone.PhoneContract (v1.0에서 도입되었습니다.)

필드

Alternate 1

앱이 대체 모드로 실행되고 있습니다.

Default 0

앱이 기본 모드로 실행되고 있습니다.

설명

대체 값은 Windows Phone 앱이 어린이 코너 모드에서 실행 중임을 나타냅니다. 자세한 내용은 Windows Phone 대한 어린이 코너를 참조하세요.

적용 대상