InputMethod.GetIsInputMethodSuspended(DependencyObject) メソッド

定義

指定した依存関係オブジェクトの IsInputMethodSuspended 添付プロパティの値を返します。

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

パラメーター

target
DependencyObject

IsInputMethodSuspended の値を取得する対象の依存関係オブジェクト。

戻り値

指定した依存関係オブジェクトの IsInputMethodSuspended の現在の値。

属性

例外

targetnull の場合に発生します。

適用対象

こちらもご覧ください