LampArray.GetDeviceSelector 方法

定义

检索包含系统上所有 LampArray 设备的 AQS) 字符串 (高级查询语法。

public:
 static Platform::String ^ GetDeviceSelector();
 static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

返回

String

Platform::String

winrt::hstring

包含系统上所有 LampArray 设备的 AQS 字符串。

示例

LampArray 示例

演示如何使用 Windows.Devices.Lights 和 Windows.Devices.Lights.Effects API 控制外围设备的 RGB 照明。

AutoRGB 示例

演示如何从桌面屏幕中提取具有代表性的单一颜色,并使用它来照亮连接的 RGB 设备上的 LED 灯。

注解

可以将此字符串与 DeviceInformation.FindAllAsync 方法或 DeviceWatcher 一起使用,以获取这些 LampArrays 的 DeviceInformation 对象

适用于

另请参阅