Share via


PowerSupplyStatus Enumerazione

Definizione

Definisce i valori che rappresentano lo stato dell'alimentatore del dispositivo.

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
Ereditarietà
PowerSupplyStatus
Attributi

Campi

Adequate 2

L'alimentatore è adeguato.

Inadequate 1

L'alimentatore non è adeguato.

NotPresent 0

L'alimentatore non è presente.

Si applica a

Vedi anche