MaskedTextProvider.Mask 属性
定义
获取输入掩码。Gets the input mask.
public:
property System::String ^ Mask { System::String ^ get(); };
public string Mask { get; }
member this.Mask : string
Public ReadOnly Property Mask As String
属性值
一个包含完整掩码的 String。A String containing the full mask.
注解
在 Mask 构造函数中设置属性 MaskedTextProvider 。The Mask property is set in the MaskedTextProvider constructor. 此掩码必须只包含掩码语言所定义的有效字符。This mask must contain only valid characters as defined by the masking language.