Share via


InputMethod.GetInputScope(DependencyObject) Yöntem

Tanım

Belirtilen bağımlılık nesnesi için ekli özelliğin InputScope değerini döndürür.

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

Parametreler

target
DependencyObject

Giriş kapsamının alındığı bağımlılık nesnesi.

Döndürülenler

InputScope Belirtilen bağımlılık nesnesi için geçerli giriş kapsamını temsil eden bir nesne.

Öznitelikler

Özel durumlar

Null olduğunda target tetikleniyor.

Şunlara uygulanır

Ayrıca bkz.