InputMethod.SetPreferredImeState(DependencyObject, InputMethodState) Método

Definición

Establece el valor de la propiedad adjunta PreferredImeState en el objeto de dependencia especificado.

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)

Parámetros

target
DependencyObject

Objeto de dependencia en el que se establecerá la propiedad adjunta PreferredImeState.

value
InputMethodState

Miembro de la enumeración ImeConversionModeValues que representa el nuevo valor de la propiedad adjunta PreferredImeState.

Excepciones

Se genera cuando target es null.

Se aplica a

Consulte también