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

属性

例外

当为 target引发。

适用于

另请参阅