InputMethod.GetIsInputMethodSuspended(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 IsInputMethodSuspended relativa a un oggetto dipendenza specificato.
public:
static bool GetIsInputMethodSuspended(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetIsInputMethodSuspended (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetIsInputMethodSuspended : System.Windows.DependencyObject -> bool
Public Shared Function GetIsInputMethodSuspended (target As DependencyObject) As Boolean
Parametri
- target
- DependencyObject
Oggetto dipendenza per cui recuperare il valore di IsInputMethodSuspended.
Restituisce
Valore corrente di IsInputMethodSuspended per l'oggetto dipendenza specificato.
- Attributi
Eccezioni
Eccezione generata quando target
è null.