LampArrayEffectPlaylist.IndexOf(ILampArrayEffect, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定燈光陣列效果之播放清單內的索引。
public:
virtual bool IndexOf(ILampArrayEffect ^ value, [Out] unsigned int & index) = IVectorView<ILampArrayEffect ^>::IndexOf;
bool IndexOf(ILampArrayEffect const& value, [Out] uint32_t & index);
public bool IndexOf(ILampArrayEffect value, out uint index);
Public Function IndexOf (value As ILampArrayEffect, ByRef index As UInteger) As Boolean
參數
- value
- ILampArrayEffect
ILampArrayEffect,代表要擷取其索引的燈光陣列效果。
- index
-
UInt32
unsigned int
uint32_t
播放清單中效果的索引,做為 out 參數。 如果找到 值 ,則 方法會以播放清單內效果之以零起始的索引來更新 索引 。
傳回
Boolean
bool
true
如果找到效果,則為 ,否則 false
為 。
實作
M:Windows.Foundation.Collections.IVectorView
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,uint32_t@)
範例
示範如何使用 Windows.Devices.Lights 和 Windows.Devices.Lights.Effects API 來控制周邊裝置的 RGB 光源。
示範如何從桌面畫面擷取單一代表性色彩,並用它來在連線的 RGB 裝置上光源 LED 燈。