共用方式為


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

接近終止的使用等級,以一般能源使用量的百分比表示。

屬性

備註

如果作業系統未直接參與前景體驗,則此層級的背景工作可能會遭到作業系統終止 () 。

適用於