Validator.GetFullPropertyName(ValidationManager) 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.
Méthode d'assistance pour extraire le nom de propriété complet.
protected:
System::String ^ GetFullPropertyName(System::Workflow::ComponentModel::Compiler::ValidationManager ^ manager);
protected string GetFullPropertyName (System.Workflow.ComponentModel.Compiler.ValidationManager manager);
member this.GetFullPropertyName : System.Workflow.ComponentModel.Compiler.ValidationManager -> string
Protected Function GetFullPropertyName (manager As ValidationManager) As String
Paramètres
- manager
- ValidationManager
ValidationManager lié à la validation.
Retours
Le nom de propriété complet.
Exceptions
manager
a la valeur null
.
Remarques
Utile lorsque la propriété validée est imbriquée. La méthode parcourt PropertyValidationContext dans la pile pour générer le nom complet de la propriété.
Par exemple: le nom My.Actor.Bas est construit à l'aide de trois éléments PropertyValidationContext.
Si la propriété validée appartient à un objet qui est un élément dans une collection, la méthode produit le nom de la collection.