CompositeCollection.IndexOf(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回此集合中的索引,表示找到指定項目的位置。
public:
virtual int IndexOf(System::Object ^ indexItem);
public int IndexOf (object indexItem);
abstract member IndexOf : obj -> int
override this.IndexOf : obj -> int
Public Function IndexOf (indexItem As Object) As Integer
參數
- indexItem
- Object
要擷取索引的項目。
傳回
如果項目出現在集合中,則為找到指定項目之集合內以零為起始的索引,否則為 -1
。