次の方法で共有


BackgroundEnergyManager.RecentEnergyUsageLevel プロパティ

定義

LowUsageLevel、NearMaxAcceptableUsageLevelMaxAcceptableUsageLevelExcessiveUsageLevelNearTerminationUsageLevel、または TerminationUsageLevel と等しい、現在の 30 分間のアプリのバックグラウンド タスクの最も近い定義済みのエネルギー レベルを取得します。

public:
 static property unsigned int RecentEnergyUsageLevel { unsigned int get(); };
static uint32_t RecentEnergyUsageLevel();
/// [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 RecentEnergyUsageLevel();
public static uint RecentEnergyUsageLevel { get; }
public static uint RecentEnergyUsageLevel { [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.recentEnergyUsageLevel;
Public Shared ReadOnly Property RecentEnergyUsageLevel As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

現在の 30 分間のアプリのバックグラウンド タスクの最も近い定義済みのエネルギー レベル。

属性

適用対象