次の方法で共有


BackgroundEnergyManager.ExcessiveUsageLevel プロパティ

定義

通常のエネルギー使用量に対する割合で表される過剰な使用レベルを取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

過剰な使用レベル。通常のエネルギー使用量に対する割合で表されます。

属性

注釈

このレベルで動作しているバックグラウンド タスクが、許容される最大レベルを超えています。

適用対象