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
- 특성
필드
Name | 값 | Description |
---|---|---|
Balanced | 2 | 디바이스가 분산된 유효 전원 모드에 있습니다. |
BatterySaver | 0 | 디바이스가 배터리 절약 모드에 있습니다. |
BetterBattery | 1 | 디바이스가 배터리 유효 전원 모드가 개선되었습니다. |
GameMode | 5 | 디바이스가 게임 모드 전원 모드에 있습니다. |
HighPerformance | 3 | 디바이스가 고성능 유효 전원 모드에 있습니다. |
MaxPerformance | 4 | 디바이스가 최대 성능 유효 전원 모드에 있습니다. |
MixedReality | 6 | 디바이스가 Windows 혼합 현실 전원 모드에 있습니다. |