InputMethod.GetInputScope(DependencyObject) Metod

Definition

Returnerar värdet för den InputScope anslutna egenskapen för ett angivet beroendeobjekt.

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

Parametrar

target
DependencyObject

Beroendeobjektet som indataomfånget ska hämtas för.

Returer

Ett InputScope objekt som representerar det aktuella indataomfånget för det angivna beroendeobjektet.

Attribut

Undantag

Upphöjt när target är null.

Gäller för

Se även