次の方法で共有


ForegroundEnergyManager.MaxAcceptableUsageLevel プロパティ

定義

許容される最大使用量レベルを取得します。通常のエネルギー消費量に対する割合で表されます。

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

プロパティ値

UInt32

unsigned int

uint32_t

許容される最大使用レベル。通常のエネルギー消費量に対する割合で表されます。

属性

注釈

許容される最大レベル以上で動作するアプリは、バッテリー セーバー アプリに高エネルギー コンシューマーとして報告されるリスクがあります。

適用対象