Share via


PowerManager.EffectivePowerMode Proprietà

Definizione

Ottiene la modalità di alimentazione effettiva corrente 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)

Valore della proprietà

Modalità di alimentazione effettiva corrente del dispositivo.

Si applica a

Vedi anche