次の方法で共有


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 パラメーターとしてのプレイリスト内の効果のインデックス。 が見つかった場合、 メソッドはプレイリスト内の効果の 0 から始まるインデックスを使用してインデックスを更新します。

戻り値

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.Lights および Windows.Devices.Lights.Effects API を使用して周辺機器の RGB 照明を制御する方法を示します。

AutoRGB サンプル

デスクトップ画面から 1 つの代表的な色を抽出し、それを使用して、接続された RGB デバイス上の LED ランプを点灯させる方法を示します。

適用対象

こちらもご覧ください