ImageList.ImageCollection.IList.Contains(Object) Méthode

Définition

Implémente la méthode Contains(Object). Lève une exception NotSupportedException dans tous les cas.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

 virtual bool System.Collections.IList.Contains(System::Object ^ image) = System::Collections::IList::Contains;
 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object image);
bool IList.Contains (object value);
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 (image As Object) As Boolean Implements IList.Contains
Function Contains (value As Object) As Boolean Implements IList.Contains

Paramètres

imagevalue
Object

Image à rechercher dans ImageList.ImageCollection.

Retours

true si le Object se trouve dans le IList ; sinon, false.

Implémente

Exceptions

Dans tous les cas.

S’applique à