次の方法で共有


BackgroundEnergyManager.LowUsageLevel プロパティ

定義

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

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

プロパティ値

UInt32

unsigned int

uint32_t

使用レベルが低く、通常のエネルギー消費量に対する割合で表されます。

属性

注釈

このレベルで動作するバックグラウンド タスクは、終了から "安全" であり、調整は必要ありません。

適用対象