InputMethod.GetInputScope(DependencyObject) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.