CallbackValidator(Type, ValidatorCallback) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de CallbackValidator klasse.
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)
Parameters
- type
- Type
Het type object dat wordt gevalideerd.
- callback
- ValidatorCallback
De naam die ValidatorCallback wordt gebruikt als gemachtigde.
Uitzonderingen
type is null.