LabelExpression.Update(LabelTarget, Expression) 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.
Crée une expression semblable à celle-ci, mais à l’aide des enfants fournis. Si tous les enfants sont identiques, il retourne cette expression.
public:
System::Linq::Expressions::LabelExpression ^ Update(System::Linq::Expressions::LabelTarget ^ target, System::Linq::Expressions::Expression ^ defaultValue);
public System.Linq.Expressions.LabelExpression Update(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression defaultValue);
member this.Update : System.Linq.Expressions.LabelTarget * System.Linq.Expressions.Expression -> System.Linq.Expressions.LabelExpression
Public Function Update (target As LabelTarget, defaultValue As Expression) As LabelExpression
Paramètres
- target
- LabelTarget
Propriété Target du résultat.
- defaultValue
- Expression
Propriété DefaultValue du résultat.
Retours
Cette expression si aucun enfant n’est modifié ou qu’une expression avec les enfants mis à jour.