共用方式為


ListBox.IntegerCollection.Contains(Int32) 方法

定義

判斷指定的整數是否在集合中。

public:
 bool Contains(int item);
public bool Contains (int item);
member this.Contains : int -> bool
Public Function Contains (item As Integer) As Boolean

參數

item
Int32

要在集合中搜尋的整數。

傳回

Boolean

如果指定的整數在集合中,則為 true,否則為 false

備註

Contains使用 方法來判斷整數是否為 的成員 ListBox.IntegerCollection 。 一旦您知道專案位於集合中,您就可以使用 IndexOf 方法來判斷專案在集合內的位置。

適用於