共用方式為


LampPurposes 列舉

定義

燈光的用途/秒。

此列舉支援其成員值的位元組合。

public enum class LampPurposes
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class LampPurposes
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum LampPurposes
var value = Windows.Devices.Lights.LampPurposes.undefined
Public Enum LampPurposes
繼承
LampPurposes
屬性

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v7.0 引進)

欄位

Accent 2

不與使用者互動的輔色燈 (例如,案例風扇 LED、鍵盤) 上亮起的側邊面板。

Branding 4

裝置商標 (例如製造商標誌) 。

Control 1

例如,控制燈 (按鈕/鍵/滑杆)

Illumination 16

照亮 LampArray 外部 (的物件,例如階段焦點、汽車頭燈、相機閃爍) 。

Presentation 32

使用者直接查看 (的燈光,例如,在圖稿或服裝) 內。

Status 8

狀態燈 (例如未讀取的電子郵件、CPU 溫度) 。

Undefined 0

沒有為此燈光定義的用途。

備註

此清單可能會在未來展開,因此請避免放置錯誤檢查,以驗證目的在目前的界限內。 慣用方法是與應用程式支援的用途子集進行比較。

適用於