InputLanguageCollection.IndexOf(InputLanguage) Metodo

Definizione

Restituisce l'indice di un oggetto InputLanguage nell'oggetto 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

Parametri

value
InputLanguage

Oggetto InputLanguage da individuare.

Valori restituiti

Indice di InputLanguage in InputLanguageCollection, se trovato; in caso contrario, -1.

Si applica a

Vedi anche