共用方式為


ForegroundEnergyManager.ExcessiveUsageLevel 屬性

定義

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

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

屬性值

UInt32

unsigned int

uint32_t

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

屬性

備註

在過度使用層級運作的應用程式,有將省電模式應用程式回報為高能源取用者的風險。

適用於