InputMethod.SetIsInputMethodSuspended(DependencyObject, Boolean) 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.
Imposta il valore della IsInputMethodSuspended proprietà associata sull'oggetto dipendenza specificato.
public:
static void SetIsInputMethodSuspended(System::Windows::DependencyObject ^ target, bool value);
public static void SetIsInputMethodSuspended(System.Windows.DependencyObject target, bool value);
static member SetIsInputMethodSuspended : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsInputMethodSuspended (target As DependencyObject, value As Boolean)
Parametri
- target
- DependencyObject
Oggetto dipendenza in cui impostare la IsInputMethodSuspended proprietà associata.
- value
- Boolean
Nuovo valore per la IsInputMethodSuspended proprietà associata.
Eccezioni
Generato quando target è Null.