InputMethod.GetIsInputMethodSuspended(DependencyObject) Metodo

Definizione

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.

Si applica a

Vedi anche