MaskDescriptor.ValidatingType 属性

定义

获取提供与掩码相关联的验证的类型。

public:
 abstract property Type ^ ValidatingType { Type ^ get(); };
public abstract Type ValidatingType { get; }
member this.ValidatingType : Type
Public MustOverride ReadOnly Property ValidatingType As Type

属性值

Type

作为格式化字符串的验证依据的 Type

注解

ValidatingType 属性用于在应用掩码后验证输入字符串。 它直接对应于 MaskedTextBox.ValidatingType 类的属性 MaskedTextBox

适用于

另请参阅