次の方法で共有


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 は、常に最も近い定義済みのエネルギー レベルと等しくなります。

適用対象