LinkLabel.LinkCollection.IList.Contains(Object) Yöntem

Tanım

Bu üyenin açıklaması için bkz Contains(Object). .

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

Parametreler

linkvalue
Object

Object içinde bulunacak öğesini seçinIList.

Döndürülenler

trueObject içinde bulunursaIList; değilse, false.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IList arabirime LinkLabel.LinkCollection yayınlandığında kullanılabilir.

Şunlara uygulanır