InputScopeNameValue Enumerazione
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.
public enum class InputScopeNameValue
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class InputScopeNameValue
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum InputScopeNameValue
Public Enum InputScopeNameValue
- Ereditarietà
-
InputScopeNameValue
- Attributi
Campi
| Nome | Valore | Descrizione |
|---|---|---|
| Default | 0 | |
| Url | 1 | |
| EmailSmtpAddress | 5 | |
| PersonalFullName | 7 | |
| CurrencyAmountAndSymbol | 20 | |
| CurrencyAmount | 21 | |
| DateMonthNumber | 23 | |
| DateDayNumber | 24 | |
| DateYear | 25 | |
| Digits | 28 | |
| Number | 29 | |
| Password | 31 | |
| TelephoneNumber | 32 | |
| TelephoneCountryCode | 33 | |
| TelephoneAreaCode | 34 | |
| TelephoneLocalNumber | 35 | |
| TimeHour | 37 | |
| TimeMinutesOrSeconds | 38 | |
| NumberFullWidth | 39 | |
| AlphanumericHalfWidth | 40 | |
| AlphanumericFullWidth | 41 | |
| Hiragana | 44 | |
| KatakanaHalfWidth | 45 | |
| KatakanaFullWidth | 46 | |
| Hanja | 47 | |
| HangulHalfWidth | 48 | |
| HangulFullWidth | 49 | |
| Search | 50 | |
| Formula | 51 | |
| SearchIncremental | 52 | |
| ChineseHalfWidth | 53 | |
| ChineseFullWidth | 54 | |
| NativeScript | 55 | |
| Text | 57 | |
| Chat | 58 | |
| NameOrPhoneNumber | 59 | |
| EmailNameOrAddress | 60 | |
| Maps | 62 | |
| NumericPassword | 63 | |
| NumericPin | 64 | |
| AlphanumericPin | 65 | |
| FormulaNumber | 67 | |
| ChatWithoutEmoji | 68 |