EffectivePowerMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義值,表示裝置的有效電源模式。
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
- 屬性
欄位
名稱 | 值 | Description |
---|---|---|
Balanced | 2 | 裝置處於平衡的有效電源模式。 |
BatterySaver | 0 | 裝置處於省電模式。 |
BetterBattery | 1 | 裝置處於較佳的電池有效電源模式。 |
GameMode | 5 | 裝置處於遊戲模式電源模式。 |
HighPerformance | 3 | 裝置處於高效能的有效電源模式。 |
MaxPerformance | 4 | 裝置處於最高效能的有效電源模式。 |
MixedReality | 6 | 裝置處於 Windows 混合實境電源模式。 |