InputMethod.GetInputScope(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata InputScope relativa a un oggetto dipendenza specificato.

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

Parametri

target
DependencyObject

Oggetto dipendenza per cui recuperare l'ambito di input.

Restituisce

Oggetto InputScope che rappresenta l'ambito di input corrente per l'oggetto dipendenza specificato.

Attributi

Eccezioni

Eccezione generata quando target è null.

Si applica a

Vedi anche