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 混合實境電源模式。

適用於

另請參閱