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 时引发。

适用于

另请参阅