다음을 통해 공유


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
특성

필드

Name Description
Balanced 2

디바이스가 분산된 유효 전원 모드에 있습니다.

BatterySaver 0

디바이스가 배터리 절약 모드에 있습니다.

BetterBattery 1

디바이스가 배터리 유효 전원 모드가 개선되었습니다.

GameMode 5

디바이스가 게임 모드 전원 모드에 있습니다.

HighPerformance 3

디바이스가 고성능 유효 전원 모드에 있습니다.

MaxPerformance 4

디바이스가 최대 성능 유효 전원 모드에 있습니다.

MixedReality 6

디바이스가 Windows 혼합 현실 전원 모드에 있습니다.

적용 대상

추가 정보