EffectivePowerMode Enum

Definition

Defines values that represent the effective power mode of the device.

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
Inheritance
EffectivePowerMode
Attributes

Fields

Balanced 2

The device is in the balanced effective power mode.

BatterySaver 0

The device is in battery saver mode.

BetterBattery 1

The device is in the better battery effective power mode.

GameMode 5

The device is in game mode power mode.

HighPerformance 3

The device is in the high performance effective power mode.

MaxPerformance 4

The device is in the maximum performance effective power mode.

MixedReality 6

The device is in the windows mixed reality power mode.

Applies to

See also