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

应用在默认模式下运行。

注解

Alternate 值指示Windows Phone应用正在儿童园地模式下运行。 有关详细信息,请参阅儿童园地Windows Phone

适用于