共用方式為


LampArrayEffectPlaylist.IndexOf(ILampArrayEffect, UInt32) 方法

定義

擷取指定燈光陣列效果之播放清單內的索引。

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.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

範例

LampArray 範例

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

AutoRGB 範例

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

適用於

另請參閱