InputMethod.GetPreferredImeState(DependencyObject) 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.
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.