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 d’un InputLanguage dans le InputLanguageCollectionfichier .
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 localiser.
Retours
Index du InputLanguageInputLanguageCollectionfichier , s’il est trouvé ; sinon, -1.