Bewerken

Delen via


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

Xml -4

The text input pattern for XML.

Srgs -3

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

RegularExpression -2

The text input pattern for a regular expression.

PhraseList -1

The text input pattern for a phrase list.

Default 0

The default handling of input commands.

Url 1

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

FullFilePath 2

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

FileName 3

The text input pattern for a file name.

EmailUserName 4

The text input pattern for an email user name.

EmailSmtpAddress 5

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

LogOnName 6

The text input pattern for a log on name.

PersonalFullName 7

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

PersonalNamePrefix 8

The text input pattern for the prefix of a person's 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.

PersonalSurname 11

The text input pattern for a person's surname.

PersonalNameSuffix 12

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

PostalAddress 13

The text input pattern for a postal address.

PostalCode 14

The text input pattern for a postal code.

AddressStreet 15

The text input pattern for a street address.

AddressStateOrProvince 16

The text input pattern for a state or province.

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.

CurrencyAmountAndSymbol 20

The text input pattern for amount and symbol of currency.

CurrencyAmount 21

The text input pattern for amount of currency.

Date 22

The text input pattern for a calendar date.

DateMonth 23

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

DateDay 24

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

DateYear 25

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

DateMonthName 26

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

DateDayName 27

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

Digits 28

The text input pattern for digits.

Number 29

The text input pattern for a number.

OneChar 30

The text input pattern for one character.

Password 31

The text input pattern for a password.

TelephoneNumber 32

The text input pattern for a telephone number.

TelephoneCountryCode 33

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

TelephoneAreaCode 34

The text input pattern for a telephone area code.

TelephoneLocalNumber 35

The text input pattern for a telephone local 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.

NumberFullWidth 39

The text input pattern for a full-width number.

AlphanumericHalfWidth 40

The text input pattern for alphanumeric half-width characters.

AlphanumericFullWidth 41

The text input pattern for alphanumeric full-width characters.

CurrencyChinese 42

The text input pattern for Chinese currency.

Bopomofo 43

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

Hiragana 44

The text input pattern for the Hiragana writing system.

KatakanaHalfWidth 45

The text input pattern for half-width Katakana characters.

KatakanaFullWidth 46

The text input pattern for full-width Katakana characters.

Hanja 47

The text input pattern for Hanja characters.

Remarks

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

Applies to

See also