Udostępnij za pośrednictwem


CallbackValidator(Type, ValidatorCallback) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy CallbackValidator.

public:
 CallbackValidator(Type ^ type, System::Configuration::ValidatorCallback ^ callback);
public CallbackValidator (Type type, System.Configuration.ValidatorCallback callback);
new System.Configuration.CallbackValidator : Type * System.Configuration.ValidatorCallback -> System.Configuration.CallbackValidator
Public Sub New (type As Type, callback As ValidatorCallback)

Parametry

type
Type

Typ obiektu, który zostanie zweryfikowany.

callback
ValidatorCallback

Element ValidatorCallback używany jako delegat.

Wyjątki

type to null.

Dotyczy