CharKeyFrameCollection.IList.IndexOf(Object) メソッド

定義

IList 内の特定の項目のインデックスを確認します。

 virtual int System.Collections.IList.IndexOf(System::Object ^ keyFrame) = System::Collections::IList::IndexOf;
int IList.IndexOf (object keyFrame);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (keyFrame As Object) As Integer Implements IList.IndexOf

パラメーター

keyFrame
Object

IList 内で検索するオブジェクト。

戻り値

Int32

リストに存在する場合は value のインデックス。それ以外の場合は -1。

実装

適用対象