Freigeben über


ForegroundEnergyManager.NearMaxAcceptableUsageLevel Eigenschaft

Definition

Ruft den nahezu maximal zulässigen Nutzungsgrad ab, ausgedrückt als Prozentsatz des normalen Energieverbrauchs.

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

Eigenschaftswert

UInt32

unsigned int

uint32_t

Der nahezu maximal zulässige Verbrauch, ausgedrückt als Prozentsatz des normalen Energieverbrauchs.

Attribute

Hinweise

Eine App, die auf dieser Ebene ausgeführt wird, nähert sich dem maximal zulässigen Niveau.

Gilt für: