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 介面時,才能使用這個成員。

適用於

另請參閱