PowerSupplyStatus Enum
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menentukan nilai yang mewakili status catu daya perangkat.
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
- Warisan
-
PowerSupplyStatus
- Atribut
Bidang
Adequate | 2 | Catu daya memadai. |
Inadequate | 1 | Catu daya tidak memadai. |
NotPresent | 0 | Catu daya tidak ada. |