InputScopeNameValue Enum

Definition

Specifies the input scope name which modifies how input from alternative input methods is interpreted.

public enum class InputScopeNameValue
public enum InputScopeNameValue
type InputScopeNameValue = 
Public Enum InputScopeNameValue
Inheritance
InputScopeNameValue

Fields

AddressCity 17

The text input pattern for a city address.

AddressCountryName 18

The text input pattern for the name of a country/region.

AddressCountryShortName 19

The text input pattern for the abbreviated name of a country/region.

AddressStateOrProvince 16

The text input pattern for a state or province.

AddressStreet 15

The text input pattern for a street address.

AlphanumericFullWidth 41

The text input pattern for alphanumeric full-width characters.

AlphanumericHalfWidth 40

The text input pattern for alphanumeric half-width characters.

Bopomofo 43

The text input pattern for the Bopomofo Mandarin Chinese phonetic transcription system.

CurrencyAmount 21

The text input pattern for amount of currency.

CurrencyAmountAndSymbol 20

The text input pattern for amount and symbol of currency.

CurrencyChinese 42

The text input pattern for Chinese currency.

Date 22

The text input pattern for a calendar date.

DateDay 24

The text input pattern for the numeric day in a calendar date.

DateDayName 27

The text input pattern for the name of the day in a calendar date.

DateMonth 23

The text input pattern for the numeric month in a calendar date.

DateMonthName 26

The text input pattern for the name of the month in a calendar date.

DateYear 25

The text input pattern for the year in a calendar date.

Default 0

The default handling of input commands.

Digits 28

The text input pattern for digits.

EmailSmtpAddress 5

The text input pattern for a Simple Mail Transfer Protocol (SMTP) email address.

EmailUserName 4

The text input pattern for an email user name.

FileName 3

The text input pattern for a file name.

FullFilePath 2

The text input pattern for the full path of a file.

Hanja 47

The text input pattern for Hanja characters.

Hiragana 44

The text input pattern for the Hiragana writing system.

KatakanaFullWidth 46

The text input pattern for full-width Katakana characters.

KatakanaHalfWidth 45

The text input pattern for half-width Katakana characters.

LogOnName 6

The text input pattern for a log on name.

Number 29

The text input pattern for a number.

NumberFullWidth 39

The text input pattern for a full-width number.

OneChar 30

The text input pattern for one character.

Password 31

The text input pattern for a password.

PersonalFullName 7

The text input pattern for a person's full name.

PersonalGivenName 9

The text input pattern for a person's given name.

PersonalMiddleName 10

The text input pattern for a person's middle name.

PersonalNamePrefix 8

The text input pattern for the prefix of a person's name.

PersonalNameSuffix 12

The text input pattern for the suffix of a person's name.

PersonalSurname 11

The text input pattern for a person's surname.

PhraseList -1

The text input pattern for a phrase list.

PostalAddress 13

The text input pattern for a postal address.

PostalCode 14

The text input pattern for a postal code.

RegularExpression -2

The text input pattern for a regular expression.

Srgs -3

The text input pattern for the Speech Recognition Grammar Specification (SRGS).

TelephoneAreaCode 34

The text input pattern for a telephone area code.

TelephoneCountryCode 33

The text input pattern for a telephone country/region code.

TelephoneLocalNumber 35

The text input pattern for a telephone local number.

TelephoneNumber 32

The text input pattern for a telephone number.

Time 36

The text input pattern for the time.

TimeHour 37

The text input pattern for the hour of the time.

TimeMinorSec 38

The text input pattern for the minutes or seconds of time.

Url 1

The text input pattern for a Uniform Resource Locator (URL).

Xml -4

The text input pattern for XML.

Remarks

The InputScopeName enumeration provides a set of pre-defined Name property values of the InputScopePhrase class.

Applies to

See also