InputScopeNameValue
InputScopeNameValue
InputScopeNameValue
InputScopeNameValue
Enum
Definition
Specifies a particular named input mode (InputScopeName ) used to populate an InputScope.
public : enum class InputScopeNameValuepublic enum InputScopeNameValuePublic Enum InputScopeNameValue// This API is not available in Javascript.
<object property="enumNamedConstant"/>
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AlphanumericFullWidth AlphanumericFullWidth AlphanumericFullWidth AlphanumericFullWidth | Input scope is intended for alphanumeric full-width characters. |
| AlphanumericHalfWidth AlphanumericHalfWidth AlphanumericHalfWidth AlphanumericHalfWidth | Input scope is intended for alphanumeric half-width characters. |
| AlphanumericPin AlphanumericPin AlphanumericPin AlphanumericPin | Expected input is an alphanumeric PIN. |
| Chat Chat Chat Chat | Input scope is intended for chat strings. |
| ChatWithoutEmoji ChatWithoutEmoji ChatWithoutEmoji ChatWithoutEmoji | Expected input does not include emoji. Advises input processors to not show the emoji key. |
| ChineseFullWidth ChineseFullWidth ChineseFullWidth ChineseFullWidth | Input scope is intended for Chinese full-width characters. |
| ChineseHalfWidth ChineseHalfWidth ChineseHalfWidth ChineseHalfWidth | Input scope is intended for Chinese half-width characters. |
| CurrencyAmount CurrencyAmount CurrencyAmount CurrencyAmount | Input scope is intended for working with a currency amount (no currency symbol). |
| CurrencyAmountAndSymbol CurrencyAmountAndSymbol CurrencyAmountAndSymbol CurrencyAmountAndSymbol | Input scope is intended for working with amount and symbol of currency. |
| DateDayNumber DateDayNumber DateDayNumber DateDayNumber | Input scope is intended for working with a numeric day of the month. |
| DateMonthNumber DateMonthNumber DateMonthNumber DateMonthNumber | Input scope is intended for working with a numeric month of the year. |
| DateYear DateYear DateYear DateYear | Input scope is intended for working with a numeric year. |
| Default Default Default Default | No input scope is applied. |
| Digits Digits Digits Digits | Input scope is intended for working with a collection of numbers. |
| EmailNameOrAddress EmailNameOrAddress EmailNameOrAddress EmailNameOrAddress | Input scope is intended for working with an email name or full email address. |
| EmailSmtpAddress EmailSmtpAddress EmailSmtpAddress EmailSmtpAddress | Input scope is intended for working with a Simple Mail Transport Protocol (SMTP) form e-mail address (accountname@host). |
| Formula Formula Formula Formula | Input scope is intended for spreadsheet formula strings. |
| FormulaNumber FormulaNumber FormulaNumber FormulaNumber | Expected input is a mathematical formula. Advises input processors to show the number page. |
| HangulFullWidth HangulFullWidth HangulFullWidth HangulFullWidth | Input scope is intended for Hangul full-width characters. |
| HangulHalfWidth HangulHalfWidth HangulHalfWidth HangulHalfWidth | Input scope is intended for Hangul half-width characters. |
| Hanja Hanja Hanja Hanja | Input scope is intended for Hanja characters. |
| Hiragana Hiragana Hiragana Hiragana | Input scope is intended for Hiragana characters. |
| KatakanaFullWidth KatakanaFullWidth KatakanaFullWidth KatakanaFullWidth | Input scope is intended for Katakana full-width characters. |
| KatakanaHalfWidth KatakanaHalfWidth KatakanaHalfWidth KatakanaHalfWidth | Input scope is intended for Katakana half-width characters. |
| Maps Maps Maps Maps | Input scope is intended for working with a map location. |
| NameOrPhoneNumber NameOrPhoneNumber NameOrPhoneNumber NameOrPhoneNumber | Input scope is intended for working with a name or telephone number. |
| NativeScript NativeScript NativeScript NativeScript | Input scope is intended for native script. |
| Number Number Number Number | Input scope is intended for working with digits 0-9. |
| NumberFullWidth NumberFullWidth NumberFullWidth NumberFullWidth | Input scope is intended for full-width number characters. |
| NumericPassword NumericPassword NumericPassword NumericPassword | Expected input is a numeric password, or PIN. |
| NumericPin NumericPin NumericPin NumericPin | Expected input is a numeric PIN. |
| Password Password Password Password | Input scope is intended for working with an alphanumeric password, including other symbols, such as punctuation and mathematical symbols. |
| PersonalFullName PersonalFullName PersonalFullName PersonalFullName | Input scope is intended for working with a complete personal name. |
| Search Search Search Search | Input scope is intended for search strings. |
| SearchIncremental SearchIncremental SearchIncremental SearchIncremental | Input scope is intended for search boxes where incremental results are displayed as the user types. |
| TelephoneAreaCode TelephoneAreaCode TelephoneAreaCode TelephoneAreaCode | Input scope is intended for working with a numeric telephone area code. |
| TelephoneCountryCode TelephoneCountryCode TelephoneCountryCode TelephoneCountryCode | Input scope is intended for working with a numeric telephone country code. |
| TelephoneLocalNumber TelephoneLocalNumber TelephoneLocalNumber TelephoneLocalNumber | Input scope is intended for working with a local telephone number. |
| TelephoneNumber TelephoneNumber TelephoneNumber TelephoneNumber | Input scope is intended for working with telephone numbers. |
| Text Text Text Text | Input scope is intended for working with text. |
| TimeHour TimeHour TimeHour TimeHour | Input scope is intended for working with a numeric hour of the day. |
| TimeMinutesOrSeconds TimeMinutesOrSeconds TimeMinutesOrSeconds TimeMinutesOrSeconds | Input scope is intended for working with a numeric minute of the hour, or second of the minute. |
| Url Url Url Url | Indicates a Uniform Resource Identifier (URI). This can include URL, File, or File Transfer Protocol (FTP) formats. |
Remarks
Note
Support for a given input scope value can vary across input methods.