Condividi tramite


InputLanguageCollection.IndexOf(InputLanguage) Metodo

Definizione

Restituisce l'indice di InputLanguage in 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

La classe InputLanguage da individuare.

Restituisce

Int32

Indice dell'oggetto InputLanguage incluso nell'insieme InputLanguageCollection, se presente; in caso contrario, -1.

Si applica a

Vedi anche