InputMethod.GetIsInputMethodEnabled(DependencyObject) 方法

定义

返回指定的依赖对象的 IsInputMethodEnabled 附加属性值。

public:
 static bool GetIsInputMethodEnabled(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetIsInputMethodEnabled (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetIsInputMethodEnabled : System.Windows.DependencyObject -> bool
Public Shared Function GetIsInputMethodEnabled (target As DependencyObject) As Boolean

参数

target
DependencyObject

要为其检索 IsInputMethodEnabled 值的依赖对象。

返回

指定的依赖对象的 IsInputMethodEnabled 的当前值。

属性

例外

targetnull 时引发。

适用于

另请参阅