DependencyProperty.ValidatorType 属性

定义

获取实现特定于 Type 的验证逻辑的 DependencyProperty

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

属性值

Type

实现特定于此实例的验证逻辑的 Type

适用于