DependencyProperty.ValidatorType Propiedad

Definición

Obtiene Type que implementa la lógica de la validación específica de DependencyProperty.

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

Valor de propiedad

La clase Type que implementa la lógica de validación específica de esta instancia.

Se aplica a