言語

ListBox.IntegerCollection.IList.Contains(Object) メソッド

定義

指定したタブ 位置がコレクション内にあるかどうかを判断します。

 virtual bool System.Collections.IList.Contains(System::Object ^ item) = System::Collections::IList::Contains;
bool IList.Contains(object item);
bool IList.Contains(object? item);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (item As Object) As Boolean Implements IList.Contains

パラメーター

item
Object

ListBox.IntegerCollection内で検索するタブ 位置。

返品

true 項目が IntegerCollection 内にある整数の場合。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ListBox.IntegerCollection インスタンスがIList インターフェイスにキャストされている場合にのみ使用できます。

適用対象