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일 때 발생합니다.

적용 대상

추가 정보