PowerManager.EffectivePowerMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current effective power mode of the device.
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)
Property Value
The current effective power mode of the device.