LampArray.GetIndicesForKey(VirtualKey) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
搜索绑定到特定 VirtualKey 的所有灯索引
public:
virtual Platform::Array <int> ^ GetIndicesForKey(VirtualKey key) = GetIndicesForKey;
winrt::array_view <int> GetIndicesForKey(VirtualKey const& key);
public int[] GetIndicesForKey(VirtualKey key);
function getIndicesForKey(key)
Public Function GetIndicesForKey (key As VirtualKey) As Integer()
参数
- key
- VirtualKey
返回
Int32[]
int[]
绑定到特定 VirtualKey 的所有灯索引的数组。 如果未找到绑定到 VirtualKey 的灯索引,则数组为空。
示例
演示如何使用 Windows.Devices.Lights 和 Windows.Devices.Lights.Effects API 控制外围设备的 RGB 照明。
演示如何从桌面屏幕中提取具有代表性的单一颜色,并使用它来照亮连接的 RGB 设备上的 LED 灯。
注解
可以选择将灯索引 (设备) 绑定到单个密钥。 一个 VirtualKey 可能有 1 个或更多个绑定到它的索引。