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

定義

コレクション内の指定されたタブ ストップのインデックスを返します。

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

パラメーター

item
Object

ListBox.IntegerCollection 内で検索するタブ ストップ。

戻り値

Int32

ListBox.IntegerCollection 内に存在する場合は 0 から始まるインデックス番号。それ以外の場合は -1。

実装

注釈

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

適用対象