다음을 통해 공유


PowerManager.EffectivePowerMode 속성

정의

디바이스의 현재 유효 전원 모드를 가져옵니다.

public:
 static property IAsyncOperation<EffectivePowerMode> ^ EffectivePowerMode { IAsyncOperation<EffectivePowerMode> ^ get(); };
static IAsyncOperation<EffectivePowerMode> EffectivePowerMode();
public static IAsyncOperation<EffectivePowerMode> EffectivePowerMode { get; }
var iAsyncOperation = PowerManager.effectivePowerMode;
Public Shared ReadOnly Property EffectivePowerMode As IAsyncOperation(Of EffectivePowerMode)

속성 값

디바이스의 현재 유효 전원 모드입니다.

적용 대상

추가 정보