LinkLabel.LinkCollection.IList.Contains(Object) Methode

Definition

Eine Beschreibung dieses Elements finden Sie unter 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

Parameter

linkvalue
Object

Das Object, das in der IList gesucht werden soll.

Gibt zurück

true, wenn Object in der IList gefunden wird, andernfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die LinkLabel.LinkCollection-Instanz in eine IList-Schnittstelle umgewandelt wird.

Gilt für: