Freigeben über


PowerSupplyStatus Enumeration

Definition

Definiert Werte, die die Stromversorgung status des Geräts darstellen.

public enum class PowerSupplyStatus
/// [Windows.Foundation.Metadata.Version(1)]
enum class PowerSupplyStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.System.Power.PowerNotificationsContract, 65536)]
enum class PowerSupplyStatus
[Windows.Foundation.Metadata.Version(1)]
public enum PowerSupplyStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.System.Power.PowerNotificationsContract), 65536)]
public enum PowerSupplyStatus
var value = Microsoft.Windows.System.Power.PowerSupplyStatus.notPresent
Public Enum PowerSupplyStatus
Vererbung
PowerSupplyStatus
Attribute

Felder

Adequate 2

Die Stromversorgung ist ausreichend.

Inadequate 1

Die Stromversorgung ist nicht ausreichend.

NotPresent 0

Die Stromversorgung ist nicht vorhanden.

Gilt für:

Weitere Informationen