Condividi tramite


InputMethod.GetPreferredImeSentenceMode(DependencyObject) Metodo

Definizione

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.

Si applica a

Vedi anche