LinkLabel.LinkCollection.IList.Contains(Object) Metod

Definition

En beskrivning av den här medlemmen finns i 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

Parametrar

linkvalue
Object

För Object att hitta i IList.

Returer

true Object om hittas i IList, annars , false.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen LinkLabel.LinkCollection skickas till ett IList gränssnitt.

Gäller för