PowerManager.EffectivePowerMode Property

Definition

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.

Applies to

See also