ForegroundEnergyManager.LowUsageLevel 属性

定义

获取低使用级别,以正常能耗的百分比表示。

public:
 static property unsigned int LowUsageLevel { unsigned int get(); };
static uint32_t LowUsageLevel();
/// [get: Windows.Foundation.Metadata.Deprecated("Foreground 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("Foreground Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = ForegroundEnergyManager.lowUsageLevel;
Public Shared ReadOnly Property LowUsageLevel As UInteger

属性值

UInt32

unsigned int

uint32_t

低使用级别,以正常能耗的百分比表示。

属性

注解

在低使用率级别运行的应用消耗的能耗明显低于正常水平,并且不需要限制。

适用于