ListView.SelectedListViewItemCollection.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 使用して、内の項目の位置を ListView.SelectedListViewItemCollection決定できます。

適用対象

こちらもご覧ください