InputMethod.GetPreferredImeSentenceMode(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 PreferredImeSentenceMode relativa a un oggetto dipendenza specificato.
public:
static System::Windows::Input::ImeSentenceModeValues GetPreferredImeSentenceMode(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Input.ImeSentenceModeValues GetPreferredImeSentenceMode (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetPreferredImeSentenceMode : System.Windows.DependencyObject -> System.Windows.Input.ImeSentenceModeValues
Public Shared Function GetPreferredImeSentenceMode (target As DependencyObject) As ImeSentenceModeValues
Parametri
- target
- DependencyObject
Oggetto dipendenza per cui recuperare il valore di PreferredImeSentenceMode.
Restituisce
Membro dell'enumerazione ImeSentenceModeValues che specifica l'oggetto PreferredImeSentenceMode corrente per l'oggetto dipendenza specificato.
- Attributi
Eccezioni
Eccezione generata quando target
è null.