LineDisplayPowerStatus
LineDisplayPowerStatus
LineDisplayPowerStatus
LineDisplayPowerStatus
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines the constants that indicate the power status of a line display.
public : enum class LineDisplayPowerStatuspublic enum LineDisplayPowerStatusPublic Enum LineDisplayPowerStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| Off Off Off Off | Prerelease. The line display is off. |
| Offline Offline Offline Offline | Prerelease. The line display is offline. |
| OffOrOffline OffOrOffline OffOrOffline OffOrOffline | Prerelease. The line display is either off or offline. |
| Online Online Online Online | Prerelease. The line display is online. |
| Unknown Unknown Unknown Unknown | Prerelease. The power state is unknown. |