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 时引发。

适用于

另请参阅