次の方法で共有


BackgroundEnergyManager.NearTerminationUsageLevel プロパティ

定義

通常のエネルギー使用量に対する割合で表される、ほぼ終了の使用量レベルを取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

ほぼ終了の使用レベル。通常のエネルギー使用量に対する割合で表されます。

属性

注釈

このレベルで動作しているバックグラウンド タスクは、オペレーティング システムによって終了されるリスクがあります (フォアグラウンド エクスペリエンスに直接貢献していない場合)。

適用対象