共用方式為


BackgroundEnergyManager.TerminationUsageLevel 屬性

定義

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

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

屬性值

UInt32

unsigned int

uint32_t

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

屬性

備註

如果作業系統並未直接參與前景體驗,則在此層級操作的背景工作將會終止。

適用於