ListBox.IntegerCollection.IList.IndexOf(Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の指定されたタブ ストップのインデックスを返します。
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 内で検索するタブ ストップ。
戻り値
ListBox.IntegerCollection 内に存在する場合は 0 から始まるインデックス番号。それ以外の場合は -1。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ListBox.IntegerCollection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。