Partager via


Validator.GetFullPropertyName(ValidationManager) Méthode

Définition

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

String

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.

S’applique à