InputLanguageCollection.IndexOf(InputLanguage) 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.
Retourne l'index de InputLanguage dans InputLanguageCollection.
public:
int IndexOf(System::Windows::Forms::InputLanguage ^ value);
public int IndexOf (System.Windows.Forms.InputLanguage value);
public int IndexOf (System.Windows.Forms.InputLanguage? value);
member this.IndexOf : System.Windows.Forms.InputLanguage -> int
Public Function IndexOf (value As InputLanguage) As Integer
Paramètres
- value
- InputLanguage
InputLanguage à rechercher.
Retours
Index de InputLanguage dans InputLanguageCollection, s'il existe ; sinon, -1.