ForegroundEnergyManager クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリのフォアグラウンド エネルギー使用量に関する情報を提供します。
public ref class ForegroundEnergyManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ForegroundEnergyManager final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("Foreground Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
class ForegroundEnergyManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class ForegroundEnergyManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("Foreground Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
public static class ForegroundEnergyManager
Public Class ForegroundEnergyManager
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
フォアグラウンド アプリのエネルギー使用量は、最も低いエネルギー消費量から最高エネルギー消費量まで、次の定義済みレベルに分類されます。 LowUsageLevel、 NearMaxAcceptableUsageLevel、 MaxAcceptableUsageLevel、 または ExcessiveUsageLevel です。
プロパティ
ExcessiveUsageLevel |
通常のエネルギー使用量に対する割合で表される過剰な使用レベルを取得します。 |
LowUsageLevel |
通常のエネルギー消費量に対する割合で表される低い使用レベルを取得します。 |
MaxAcceptableUsageLevel |
許容される最大使用量レベルを取得します。通常のエネルギー消費量に対する割合で表されます。 |
NearMaxAcceptableUsageLevel |
通常のエネルギー使用量に対する割合で表される、許容されるほぼ最大の使用量レベルを取得します。 |
RecentEnergyUsage |
LowUsageLevel、NearMaxAcceptableUsageLevel、MaxAcceptableUsageLevel、または ExcessiveUsageLevel と等しい、現在の 30 分間のフォアグラウンド アプリの最も近い定義済みのエネルギー レベルを取得します。 |
RecentEnergyUsageLevel |
LowUsageLevel、NearMaxAcceptableUsageLevel、MaxAcceptableUsageLevel、または ExcessiveUsageLevel と等しい、現在の 30 分間のフォアグラウンド アプリの最も近い定義済みのエネルギー レベルを取得します。 |
イベント
RecentEnergyUsageIncreased |
アプリのフォアグラウンド エネルギー使用量が大幅に増加したときに発生します。 |
RecentEnergyUsageReturnedToLow |
アプリのエネルギー使用量が低い使用レベルに減少した場合に発生します。 |