DesignerAutoFormatCollection.IList.IndexOf(Object) メソッド

定義

DesignerAutoFormatCollection オブジェクトがIList インターフェイスにキャストされるときに、コレクション内の特定の項目のインデックスを決定します。

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

パラメーター

value
Object

値。

返品

コレクション内の項目のインデックス。

実装

注釈

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

適用対象

こちらもご覧ください