InputMethod.GetPreferredImeSentenceMode(DependencyObject) Méthode

Définition

Retourne la valeur de la propriété jointe PreferredImeSentenceMode pour un objet de dépendance spécifié.

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

Paramètres

target
DependencyObject

Objet de dépendance dont la valeur de PreferredImeSentenceMode doit être récupérée.

Retours

Membre de l’énumération ImeSentenceModeValues spécifiant le PreferredImeSentenceMode actuel de l’objet de dépendance spécifié.

Attributs

Exceptions

Levée quand target a la valeur null.

S’applique à

Voir aussi