Share via


InputMethod.GetIsInputMethodEnabled(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata IsInputMethodEnabled relativa a un oggetto dipendenza specificato.

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

Parametri

target
DependencyObject

Oggetto dipendenza per cui recuperare il valore di IsInputMethodEnabled.

Restituisce

Valore corrente di IsInputMethodEnabled per l'oggetto dipendenza specificato.

Attributi

Eccezioni

Eccezione generata quando target è null.

Si applica a

Vedi anche