InputMethod.SetPreferredImeState(DependencyObject, InputMethodState) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta il valore della proprietà associata PreferredImeState per l'oggetto dipendenza specificato.
public:
static void SetPreferredImeState(System::Windows::DependencyObject ^ target, System::Windows::Input::InputMethodState value);
public static void SetPreferredImeState (System.Windows.DependencyObject target, System.Windows.Input.InputMethodState value);
static member SetPreferredImeState : System.Windows.DependencyObject * System.Windows.Input.InputMethodState -> unit
Public Shared Sub SetPreferredImeState (target As DependencyObject, value As InputMethodState)
Parametri
- target
- DependencyObject
Oggetto dipendenza per cui impostare la proprietà associata PreferredImeState.
- value
- InputMethodState
Membro dell'enumerazione ImeConversionModeValues che rappresenta il nuovo valore per la proprietà associata PreferredImeState.
Eccezioni
Eccezione generata quando target
è null.