InputMethod.GetInputScope(DependencyObject) Metoda

Definicja

Zwraca wartość dołączonej InputScope właściwości dla określonego obiektu zależności.

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

Parametry

target
DependencyObject

Obiekt zależności, dla którego ma być pobierany zakres wejściowy.

Zwraca

Obiekt InputScope reprezentujący bieżący zakres wejściowy dla określonego obiektu zależności.

Atrybuty

Wyjątki

Podniesione, gdy target ma wartość null.

Dotyczy

Zobacz też