This documentation is archived and is not being maintained.
InputScopeNameValue Enumeration
Visual Studio 2010
Specifies the input scope name which modifies how input from alternative input methods is interpreted.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Default | The default handling of input commands. | |
| Url | The text input pattern for a Uniform Resource Locator (URL). | |
| FullFilePath | The text input pattern for the full path of a file. | |
| FileName | The text input pattern for a file name. | |
| EmailUserName | The text input pattern for an email user name. | |
| EmailSmtpAddress | The text input pattern for a Simple Mail Transfer Protocol (SMTP) email address. | |
| LogOnName | The text input pattern for a log on name. | |
| PersonalFullName | The text input pattern for a person's full name. | |
| PersonalNamePrefix | The text input pattern for the prefix of a person's name. | |
| PersonalGivenName | The text input pattern for a person's given name. | |
| PersonalMiddleName | The text input pattern for a person's middle name. | |
| PersonalSurname | The text input pattern for a person's surname. | |
| PersonalNameSuffix | The text input pattern for the suffix of a person's name. | |
| PostalAddress | The text input pattern for a postal address. | |
| PostalCode | The text input pattern for a postal code. | |
| AddressStreet | The text input pattern for a street address. | |
| AddressStateOrProvince | The text input pattern for a state or province. | |
| AddressCity | The text input pattern for a city address. | |
| AddressCountryName | The text input pattern for the name of a country. | |
| AddressCountryShortName | The text input pattern for the abbreviated name of a country. | |
| CurrencyAmountAndSymbol | The text input pattern for amount and symbol of currency. | |
| CurrencyAmount | The text input pattern for amount of currency. | |
| Date | The text input pattern for a calendar date. | |
| DateMonth | The text input pattern for the numeric month in a calendar date. | |
| DateDay | The text input pattern for the numeric day in a calendar date. | |
| DateYear | The text input pattern for the year in a calendar date. | |
| DateMonthName | The text input pattern for the name of the month in a calendar date. | |
| DateDayName | The text input pattern for the name of the day in a calendar date. | |
| Digits | The text input pattern for digits. | |
| Number | The text input pattern for a number. | |
| OneChar | The text input pattern for one character. | |
| Password | The text input pattern for a password. | |
| TelephoneNumber | The text input pattern for a telephone number. | |
| TelephoneCountryCode | The text input pattern for a telephone country code. | |
| TelephoneAreaCode | The text input pattern for a telephone area code. | |
| TelephoneLocalNumber | The text input pattern for a telephone local number. | |
| Time | The text input pattern for the time. | |
| TimeHour | The text input pattern for the hour of the time. | |
| TimeMinorSec | The text input pattern for the minutes or seconds of time. | |
| NumberFullWidth | The text input pattern for a full-width number. | |
| AlphanumericHalfWidth | The text input pattern for alphanumeric half-width characters. | |
| AlphanumericFullWidth | The text input pattern for alphanumeric full-width characters. | |
| CurrencyChinese | The text input pattern for Chinese currency. | |
| Bopomofo | The text input pattern for the Bopomofo Mandarin Chinese phonetic transcription system. | |
| Hiragana | The text input pattern for the Hiragana writing system. | |
| KatakanaHalfWidth | The text input pattern for half-width Katakana characters. | |
| KatakanaFullWidth | The text input pattern for full-width Katakana characters. | |
| Hanja | The text input pattern for Hanja characters. | |
| PhraseList | The text input pattern for a phrase list. | |
| RegularExpression | The text input pattern for a regular expression. | |
| Srgs | The text input pattern for the Speech Recognition Grammar Specification (SRGS). | |
| Xml | The text input pattern for XML. |
The InputScopeName enumeration provides a set of pre-defined Name property values of the InputScopePhrase class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: