BackgroundEnergyManager.RecentEnergyUsage 속성

정의

현재 30분 동안 앱의 백그라운드 작업의 에너지 사용량을 정상의 백분율로 표시합니다.

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

속성 값

UInt32

unsigned int

uint32_t

현재 30분 동안 앱의 백그라운드 작업의 에너지 사용량(정상의 백분율로 표시됨)입니다.

특성

설명

RecentEnergyUsage 속성은 RecentEnergyUsageLevel보다 더 정확한 에너지 사용량 측정값입니다. RecentEnergyUsage 값은 일반적으로 미리 정의된 에너지 수준 사이에서 떨어집니다. RecentEnergyUsageLevel은 항상 가장 가까운 미리 정의된 에너지 수준과 같습니다.

적용 대상