Validator.ValidateProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute une validation sur une propriété et retourne ValidationErrorCollection qui contient les résultats de cette validation.
protected public:
System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ ValidateProperty(System::Reflection::PropertyInfo ^ propertyInfo, System::Object ^ propertyOwner, System::Object ^ propertyValue, System::Workflow::ComponentModel::Compiler::ValidationManager ^ manager);
protected internal System.Workflow.ComponentModel.Compiler.ValidationErrorCollection ValidateProperty (System.Reflection.PropertyInfo propertyInfo, object propertyOwner, object propertyValue, System.Workflow.ComponentModel.Compiler.ValidationManager manager);
member this.ValidateProperty : System.Reflection.PropertyInfo * obj * obj * System.Workflow.ComponentModel.Compiler.ValidationManager -> System.Workflow.ComponentModel.Compiler.ValidationErrorCollection
Protected Friend Function ValidateProperty (propertyInfo As PropertyInfo, propertyOwner As Object, propertyValue As Object, manager As ValidationManager) As ValidationErrorCollection
Paramètres
- propertyInfo
- PropertyInfo
PropertyInfo sur la propriété objet.
- propertyOwner
- Object
Propriétaire de la propriété.
- propertyValue
- Object
Valeur de la propriété.
- manager
- ValidationManager
ValidationManager pour cette opération.
Retours
ValidationErrorCollection qui contient les résultats de cette validation.
Remarques
Si aucune erreur ne résulte de la validation, un ValidationErrorCollection vide est retourné.