PowerSupplyStatus Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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. |