InputMethod.GetInputScope(DependencyObject) Metodo

Definizione

Restituisce il valore della InputScope proprietà associata per un oggetto di 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 il quale recuperare l'ambito di input.

Valori restituiti

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

Attributi

Eccezioni

Generato quando target è Null.

Si applica a

Vedi anche