共用方式為


ListCollectionView.IndexOf(Object) 方法

定義

傳回此集合中指定之資料項目的索引,如果該項目的索引為未知,則為 -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

參數

item
Object

要在集合中檢查的物件。

傳回

Int32

集合中的項目索引,如果項目不存在於集合中則為 -1

適用於