Condividi tramite


BackgroundEnergyManager.RecentEnergyUsage Proprietà

Definizione

Ottiene l'utilizzo dell'energia dell'attività in background dell'app per il periodo corrente di 30 minuti, espresso come percentuale di normale.

public:
 static property unsigned int RecentEnergyUsage { unsigned int get(); };
static uint32_t RecentEnergyUsage();
/// [get: Windows.Foundation.Metadata.Deprecated("Background Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
static uint32_t RecentEnergyUsage();
public static uint RecentEnergyUsage { get; }
public static uint RecentEnergyUsage { [Windows.Foundation.Metadata.Deprecated("Background Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = BackgroundEnergyManager.recentEnergyUsage;
Public Shared ReadOnly Property RecentEnergyUsage As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

Utilizzo energetico dell'attività in background dell'app per il periodo corrente di 30 minuti, espresso come percentuale di normale.

Attributi

Commenti

La proprietà Recent EnergyUsage è una misura più accurata dell'utilizzo energetico rispetto a Recent EnergyUsageLevel. Il valore Recent EnergyUsage in genere rientra tra i livelli di energia predefiniti. Recent EnergyUsageLevel sarà sempre uguale al livello energetico predefinito più vicino.

Si applica a