InputMethod.GetPreferredImeState(DependencyObject) Méthode

Définition

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

public:
 static System::Windows::Input::InputMethodState GetPreferredImeState(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Input.InputMethodState GetPreferredImeState (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetPreferredImeState : System.Windows.DependencyObject -> System.Windows.Input.InputMethodState
Public Shared Function GetPreferredImeState (target As DependencyObject) As InputMethodState

Paramètres

target
DependencyObject

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

Retours

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

Attributs

Exceptions

Levée quand target a la valeur null.

S’applique à

Voir aussi