ListView.SelectedIndexCollection.Contains(Int32) メソッド

定義

指定したインデックスがコレクション内にあるかどうかを判断します。

public:
 bool Contains(int selectedIndex);
public bool Contains (int selectedIndex);
member this.Contains : int -> bool
Public Function Contains (selectedIndex As Integer) As Boolean

パラメーター

selectedIndex
Int32

コレクション内で検索するインデックス。

戻り値

Boolean

ListView.ListViewItemCollectionListView の指定されたインデックスがこのコレクションの項目である場合は true。それ以外の場合は false

注釈

この Contains メソッドを使用すると、インデックス位置が ListView.ListViewItemCollection 選択されたインデックス ListView.SelectedIndexCollectionの 1 つであるかどうかを判断できます。 項目が選択したインデックス コレクションに含まれていることがわかっている場合は、このメソッドを IndexOf 使用して、インデックスの位置を ListView.SelectedIndexCollection決定できます。

適用対象

こちらもご覧ください