InputMethod.GetPreferredImeSentenceMode(DependencyObject) Metodo

Definizione

Restituisce il valore della PreferredImeSentenceMode proprietà associata per un oggetto di 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 il quale recuperare il valore di PreferredImeSentenceMode.

Valori restituiti

Membro dell'enumerazione che specifica l'oggetto ImeSentenceModeValues corrente PreferredImeSentenceMode per l'oggetto dipendenza specificato.

Attributi

Eccezioni

Generato quando target è Null.

Si applica a

Vedi anche