EffectivePowerMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
BatterySaver | 0 | The device is in battery saver mode. |
BetterBattery | 1 | The device is in the better battery effective power mode. |
Balanced | 2 | The device is in the balanced effective 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. |
GameMode | 5 | The device is in game mode power mode. |
MixedReality | 6 | The device is in the windows mixed reality power mode. |