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,會被提高。

適用於

另請參閱