InputMethod.GetInputScope(DependencyObject) メソッド

定義

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

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

パラメーター

target
DependencyObject

入力スコープの取得対象となる依存関係オブジェクト。

戻り値

指定した依存関係オブジェクトの現在の入力スコープを表す InputScope オブジェクト。

属性

例外

targetnull の場合に発生します。

適用対象

こちらもご覧ください