InputMethod.GetPreferredImeSentenceMode(DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.