BindingListCollectionView.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
則為 。
備註
這個方法會評估索引,其中包含檢視上設定的任何 SortDescriptions 或 Filter 屬性。
如需詳細資訊,請參閱IndexOf。