共用方式為


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

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

屬性

備註

在低使用量層級運作的應用程式耗用的能源遠低於正常,而且不需要節流。

適用於