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)

属性值

设备的当前有效电源模式。

适用于

另请参阅