Share via


Language.CurrentInputMethodLanguageTag Proprietà

Definizione

Ottiene il tag di lingua BCP-47 per il layout della tastiera attualmente abilitato o l'IME (Input Method Editor).

public:
 static property Platform::String ^ CurrentInputMethodLanguageTag { Platform::String ^ get(); };
static winrt::hstring CurrentInputMethodLanguageTag();
public static string CurrentInputMethodLanguageTag { get; }
var string = Language.currentInputMethodLanguageTag;
Public Shared ReadOnly Property CurrentInputMethodLanguageTag As String

Valore della proprietà

String

Platform::String

winrt::hstring

Tag di lingua BCP-47 .

Commenti

Questa proprietà restituisce un valore per il metodo di input attualmente attivo nel thread con lo stato attivo per l'input della tastiera. La chiamata a questa operazione in un thread in background potrebbe non restituire i risultati previsti.

Si applica a

Vedi anche