InputScopeName
InputScopeName
InputScopeName
InputScopeName
Class
Definition
Identifies a particular named input scope that is relevant to an overall InputScope.
public : sealed class InputScopeName : DependencyObject, IInputScopeName
struct winrt::Windows::UI::Xaml::Input::InputScopeName : DependencyObject, IInputScopeName
public sealed class InputScopeName : DependencyObject, IInputScopeName
Public NotInheritable Class InputScopeName Inherits DependencyObject Implements IInputScopeName
<InputScopeName .../>
- Inheritance
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
InputScopeName() InputScopeName() InputScopeName() InputScopeName() |
Initializes a new instance of the InputScopeName class with no initial value. |
InputScopeName(InputScopeNameValue) InputScopeName(InputScopeNameValue) InputScopeName(InputScopeNameValue) InputScopeName(InputScopeNameValue) |
Initializes a new instance of the InputScopeName class, using an input name based on the InputScopeNameValue enumeration. |
Properties
Dispatcher Dispatcher Dispatcher Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. (Inherited from DependencyObject) |
NameValue NameValue NameValue NameValue |
Gets or sets the specific input scope name value for this InputScopeName. |