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

一个包含完整掩码的 StringA String containing the full mask.

注解

Mask 构造函数中设置属性 MaskedTextProviderThe Mask property is set in the MaskedTextProvider constructor. 此掩码必须只包含掩码语言所定义的有效字符。This mask must contain only valid characters as defined by the masking language.

适用于

另请参阅