InputMethod.SetIsInputMethodSuspended(DependencyObject, Boolean) メソッド

定義

指定した依存関係オブジェクトの IsInputMethodSuspended 添付プロパティの値を設定します。

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)

パラメーター

target
DependencyObject

IsInputMethodSuspended 添付プロパティを設定する依存関係オブジェクト。

value
Boolean

IsInputMethodSuspended 添付プロパティの新しい値。

例外

targetnull の場合に発生します。

適用対象

こちらもご覧ください