InputScopeNameValue 列挙型

定義

代替の入力方法からの入力を解釈する方法を変更する入力スコープ名を指定します。

public enum class InputScopeNameValue
public enum InputScopeNameValue
type InputScopeNameValue = 
Public Enum InputScopeNameValue
継承
InputScopeNameValue

フィールド

AddressCity 17

都市名のテキスト入力パターン。

AddressCountryName 18

国//地域の名のテキスト入力パターン。

AddressCountryShortName 19

国//地域の省略名のテキスト入力パターン。

AddressStateOrProvince 16

都道府県のテキスト入力パターン。

AddressStreet 15

番地のテキスト入力パターン。

AlphanumericFullWidth 41

全角英数字のテキスト入力パターン。

AlphanumericHalfWidth 40

半角英数字のテキスト入力パターン。

Bopomofo 43

ボポモフォ標準中国語発音表記システムのテキスト入力パターン。

CurrencyAmount 21

通貨金額のテキスト入力パターン。

CurrencyAmountAndSymbol 20

通貨金額および通貨記号のテキスト入力パターン。

CurrencyChinese 42

中国通貨のテキスト入力パターン。

Date 22

カレンダー日付のテキスト入力パターン。

DateDay 24

カレンダー日付の日 (数字) のテキスト入力パターン。

DateDayName 27

カレンダー日付の日 (名前) のテキスト入力パターン。

DateMonth 23

カレンダー日付の月 (数字) のテキスト入力パターン。

DateMonthName 26

カレンダー日付の月 (名前) のテキスト入力パターン。

DateYear 25

カレンダー日付の年のテキスト入力パターン。

Default 0

入力コマンドの既定の処理。

Digits 28

数字のテキスト入力パターン。

EmailSmtpAddress 5

簡易メール転送プロトコル (SMTP) 電子メール アドレスのテキスト入力パターン。

EmailUserName 4

電子メール ユーザー名のテキスト入力パターン。

FileName 3

ファイル名のテキスト入力パターン。

FullFilePath 2

ファイルの完全パスのテキスト入力パターン。

Hanja 47

Hanja 文字のテキスト入力パターン。

Hiragana 44

ひらがな書記体系のテキスト入力パターン。

KatakanaFullWidth 46

全角カタカナ文字のテキスト入力パターン。

KatakanaHalfWidth 45

半角カタカナ文字のテキスト入力パターン。

LogOnName 6

ログオン名のテキスト入力パターン。

Number 29

数字のテキスト入力パターン。

NumberFullWidth 39

全角数字のテキスト入力パターン。

OneChar 30

1 文字のテキスト入力パターン。

Password 31

パスワードのテキスト入力パターン。

PersonalFullName 7

人名 (フル ネーム) のテキスト入力パターン。

PersonalGivenName 9

人名 (名) のテキスト入力パターン。

PersonalMiddleName 10

人名 (ミドル ネーム) のテキスト入力パターン。

PersonalNamePrefix 8

人名のプレフィックスのテキスト入力パターン。

PersonalNameSuffix 12

人名のサフィックスのテキスト入力パターン。

PersonalSurname 11

人名 (姓) のテキスト入力パターン。

PhraseList -1

語句一覧のテキスト入力パターン。

PostalAddress 13

住所のテキスト入力パターン。

PostalCode 14

郵便番号のテキスト入力パターン。

RegularExpression -2

正規表現のテキスト入力パターン。

Srgs -3

Speech Recognition Grammar Specification (SRGS) のテキスト入力パターン。

TelephoneAreaCode 34

電話の市外局番のテキスト入力パターン。

TelephoneCountryCode 33

電話の国//地域番号のテキスト入力パターン。

TelephoneLocalNumber 35

電話の市内局番のテキスト入力パターン。

TelephoneNumber 32

電話番号のテキスト入力パターン。

Time 36

時刻のテキスト入力パターン。

TimeHour 37

時刻 (時) のテキスト入力パターン。

TimeMinorSec 38

時刻 (分または秒) のテキスト入力パターン。

Url 1

URL (Uniform Resource Locator) のテキスト入力パターン。

Xml -4

XML のテキスト入力パターン。

注釈

列挙は InputScopeName 、 クラスの定義済み Name プロパティ値のセットを InputScopePhrase 提供します。

適用対象

こちらもご覧ください