InputMethod.GetPreferredImeState(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata PreferredImeState relativa a un oggetto dipendenza specificato.

public:
 static System::Windows::Input::InputMethodState GetPreferredImeState(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Input.InputMethodState GetPreferredImeState (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetPreferredImeState : System.Windows.DependencyObject -> System.Windows.Input.InputMethodState
Public Shared Function GetPreferredImeState (target As DependencyObject) As InputMethodState

Parametri

target
DependencyObject

Oggetto dipendenza per cui recuperare il valore di PreferredImeState.

Restituisce

Membro dell'enumerazione InputMethodState che specifica l'oggetto PreferredImeState corrente per l'oggetto dipendenza specificato.

Attributi

Eccezioni

Eccezione generata quando target è null.

Si applica a

Vedi anche