ListView.CheckedListViewItemCollection.IndexOf(ListViewItem) メソッド

定義

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

public:
 int IndexOf(System::Windows::Forms::ListViewItem ^ item);
public int IndexOf (System.Windows.Forms.ListViewItem item);
member this.IndexOf : System.Windows.Forms.ListViewItem -> int
Public Function IndexOf (item As ListViewItem) As Integer

パラメーター

item
ListViewItem

コレクション内で検索する項目を表す ListViewItem

戻り値

Int32

コレクション内の項目の 0 から始まるインデックス。それ以外の場合は -1。

注釈

(メソッドを使用してContains) アイテムがコレクション内に配置されていることがわかっている場合は、メソッドをIndexOf使用して、for ListViewListView.ListViewItemCollectionの特定の項目が格納される場所をListView.CheckedListViewItemCollection決定できます。

適用対象

こちらもご覧ください