EffectivePowerMode 枚举

定义

定义表示设备的有效电源模式的值。

public enum class EffectivePowerMode
/// [Windows.Foundation.Metadata.Version(1)]
enum class EffectivePowerMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.System.Power.PowerNotificationsContract, 65536)]
enum class EffectivePowerMode
[Windows.Foundation.Metadata.Version(1)]
public enum EffectivePowerMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.System.Power.PowerNotificationsContract), 65536)]
public enum EffectivePowerMode
var value = Microsoft.Windows.System.Power.EffectivePowerMode.batterySaver
Public Enum EffectivePowerMode
继承
EffectivePowerMode
属性

字段

名称 说明
Balanced 2

设备处于平衡有效电源模式。

BatterySaver 0

设备处于节电模式。

BetterBattery 1

设备处于更好的电池有效电源模式。

GameMode 5

设备处于游戏模式电源模式。

HighPerformance 3

设备处于高性能有效电源模式。

MaxPerformance 4

设备处于最高性能有效电源模式。

MixedReality 6

设备处于 Windows 混合现实电源模式。

适用于

另请参阅