Partager via


ConfigurationValidatorBase.CanValidate(Type) Méthode

Définition

Détermine si un objet peut être validé en fonction du type.

public:
 virtual bool CanValidate(Type ^ type);
public virtual bool CanValidate (Type type);
abstract member CanValidate : Type -> bool
override this.CanValidate : Type -> bool
Public Overridable Function CanValidate (type As Type) As Boolean

Paramètres

type
Type

Type d'objet.

Retours

true si la valeur du paramètre type correspond au type attendu ; sinon, false.

S’applique à