ListViewItem.ListViewSubItemCollection.IList.IndexOf(Object) メソッド

定義

指定したサブ項目のコレクション内のインデックスを返します。

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

パラメーター

subItem
Object

コレクション内で検索するサブ項目を表すオブジェクト。

戻り値

Int32

サブ項目がコレクション内に存在する場合は、その 0 から始まるインデックス。それ以外の場合は -1。

実装

適用対象