ItemsSourceView.IndexOf(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定專案的索引。
public:
virtual int IndexOf(Platform::Object ^ item) = IndexOf;
int IndexOf(IInspectable const& item);
public int IndexOf(object item);
function indexOf(item)
Public Function IndexOf (item As Object) As Integer
參數
- item
-
Object
Platform::Object
IInspectable
要在集合中尋找的物件。
傳回
Int32
int
如果找到,要尋找的專案索引。