Compartir a través de


LabelExpression.Update(LabelTarget, Expression) Método

Definición

Crea una nueva expresión que es como esta, pero usa el elemento secundario proporcionado. Si todos los elementos secundarios son iguales, devolverá esta expresión.

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);
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

Parámetros

target
LabelTarget

Propiedad Target del resultado.

defaultValue
Expression

Propiedad DefaultValue del resultado.

Devoluciones

Esta expresión si no se cambió ningún elemento secundario o una expresión con los elementos secundarios actualizados.

Se aplica a