ItemCollection.IndexOf(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回此集合中的索引,表示指定項目所在的位置。
public:
override int IndexOf(System::Object ^ item);
public override int IndexOf (object item);
override this.IndexOf : obj -> int
Public Overrides Function IndexOf (item As Object) As Integer
參數
- item
- Object
要在集合中搜尋的物件。
傳回
集合中的項目索引,如果項目不存在於集合中則為 -1。