バージョン

MaskEditorDataMode 列挙体

MaskEditor ウィジェットのデータ モードを指定します。
シンタックス
'宣言
 
Public Enum MaskEditorDataMode 
   Inherits System.Enum
public enum MaskEditorDataMode : System.Enum 
メンバ
メンバ解説
AllTextすべてのプロンプトおよびリテラル文字を含むすべてのテキスト。デフォルト
RawTextRAW テキストのみ。プロンプトおよびリテラル文字なし。
RawTextWithAllPrompts必須およびオプション プロンプトを含むRAW テキスト。リテラルマスク文字なし。
RawTextWithLiteralsリテラル文字を含む RAW テキスト。プロンプトなし。
RawTextWithRequiredPrompts必須プロンプトを含むRAW テキスト。オプショナル プロンプトおよびリテラル文字なし。
RawTextWithRequiredPromptsAndLiterals必須およびオプション プロンプトを含む RAW テキスト。オプション プロンプトなし。
参照

オンラインで表示: GitHub