Share via


PowerManager.EffectivePowerMode Propiedad

Definición

Obtiene el modo de energía efectivo actual del dispositivo.

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)

Valor de propiedad

Modo de energía efectivo actual del dispositivo.

Se aplica a

Consulte también