ImageList.ImageCollection.IndexOf(Image) 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.
Non pris en charge. La méthode IndexOf(Object) retourne l'index d'un objet spécifié dans la liste.
public:
int IndexOf(System::Drawing::Image ^ image);
public int IndexOf(System.Drawing.Image image);
member this.IndexOf : System.Drawing.Image -> int
Public Function IndexOf (image As Image) As Integer
Paramètres
Retours
Index de l'image dans la liste.
Exceptions
Cette méthode n'est pas prise en charge.
Remarques
Cette implémentation de IndexOf lève une NotSupportedException exception.