InputMethod.GetInputScope(DependencyObject) Yöntem

Tanım

Belirtilen bir bağımlılık nesnesi için iliştirilmiş ö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 oluşturulur.

Şunlara uygulanır

Ayrıca bkz.