ListCollectionView.IndexOf(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回此集合中指定之資料項目的索引,如果該項目的索引為未知,則為 -1。
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
參數
傳回
-
Int32
集合中的項目索引,如果項目不存在於集合中則為 -1
。
適用於