InputMethod.GetIsInputMethodEnabled(DependencyObject) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.