InputScopeName class
Identifies a particular named input scope that is relevant to an overall InputScope.
Inheritance
- Object
- DependencyObject
- InputScopeName
Syntax
<InputScopeName .../>
<TextBox InputScope="inputScopeNameValue" .../> -or- <RichEditBox InputScope="inputScopeNameValue" .../>
XAML Values
- inputScopeNameValue
-
A string that matches one of the named constants of the InputScopeNameValue enumeration. For example, "Number".
Attributes
- ActivatableAttribute(Windows.UI.Xaml.Input.IInputScopeNameFactory, NTDDI_WIN8)
- ActivatableAttribute(NTDDI_WIN8)
- ContentPropertyAttribute(Name=NameValue)
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The InputScopeName class has these types of members:
Constructors
The InputScopeName class has these constructors.
| Constructor | Description |
|---|---|
| InputScopeName() | Initializes a new instance of the InputScopeName class with no initial value. |
| InputScopeName(InputScopeNameValue) | Initializes a new instance of the InputScopeName class, using an input name based on the InputScopeNameValue enumeration. |
Methods
The InputScopeName class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject) |
| GetAnimationBaseValue | Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject) |
| GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject) |
| ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject) |
| SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject) |
Properties
The InputScopeName class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the CoreDispatcher that this object is associated with. (Inherited from DependencyObject) | |
| Read/write | Gets or sets the specific input scope name value for this InputScopeName. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
