ListBox.IntegerCollection.IndexOf(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 ListBox.IntegerCollection 中指定整數的索引。
public:
int IndexOf(int item);
public int IndexOf (int item);
member this.IndexOf : int -> int
Public Function IndexOf (item As Integer) As Integer
參數
- item
- Int32
要擷取其索引的整數。
傳回
ListBox.IntegerCollection 中整數之以零起始的索引,否則為 -1。
備註
IndexOf使用 方法來判斷專案在集合中的位置。 若要在呼叫這個方法之前判斷專案是否位於集合中,請使用 Contains 方法。