共用方式為


LampArray.DeviceId 屬性

定義

取得基礎 LampArray 裝置的隨插即用 (PnP) 裝置識別碼。

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = lampArray.deviceId;
Public ReadOnly Property DeviceId As String

屬性值

String

Platform::String

winrt::hstring

基礎 LampArray 裝置的隨插即用 (PnP) 裝置識別碼。

範例

LampArray 範例

示範如何使用 Windows.Devices.LightsWindows.Devices.Lights.Effects API 來控制周邊裝置的 RGB 光源。

AutoRGB 範例

示範如何從桌面畫面擷取單一代表性色彩,並用它來在連線的 RGB 裝置上光源 LED 燈。

適用於

另請參閱