ListView.ListViewItemCollection.IList.Contains(Object) Yöntem

Tanım

Belirtilen öğenin koleksiyonda olup olmadığını belirler.

 virtual bool System.Collections.IList.Contains(System::Object ^ item) = System::Collections::IList::Contains;
bool IList.Contains (object item);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (item As Object) As Boolean Implements IList.Contains

Parametreler

item
Object

Koleksiyonda bulunacak öğeyi temsil eden nesne.

Döndürülenler

Boolean

true belirtilen öğe koleksiyonda bulunuyorsa; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır