WizardStepCollection.IList.IndexOf(Object) 方法

定義

判斷索引值,該索引值代表集合中指定物件之位置。

 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

要在集合中搜尋的物件。

傳回

集合中指定物件的索引值。

實作

適用於

另請參閱