次の方法で共有


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 Mixed Reality 電源モードです。

適用対象

こちらもご覧ください