'宣言 Public Enum MaskFormat Inherits System.Enum
public enum MaskFormat : System.Enum
'宣言 Public Enum MaskFormat Inherits System.Enum
public enum MaskFormat : System.Enum
メンバ | 解説 |
---|---|
ExcludePromptAndLiterals | ユーザーによるテキスト入力のみを返します。 |
IncludeLiterals | ユーザーによるテキスト入力と、マスクで定義されているすべてのリテラル文字を返します。 |
IncludePrompt | ユーザーによるテキスト入力と、すべてのプロンプト文字を返します。 |
IncludePromptAndLiterals | ユーザーによるテキスト入力と、マスクで定義されているすべてのリテラル文字およびすべてのプロンプト文字を返します。 |
System.Object
System.ValueType
System.Enum
C1.Xaml.MaskFormat