ImageList.ImageCollection.IList.Contains(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.