InputMethod.GetIsInputMethodEnabled(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳指定相依物件所附屬性的 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,會被提高。