Udostępnij za pośrednictwem


LabelExpression.Update(LabelTarget, Expression) Metoda

Definicja

Tworzy nowe wyrażenie, które jest podobne do tego, ale przy użyciu dostarczonych elementów podrzędnych. Jeśli wszystkie elementy podrzędne są takie same, zwróci to wyrażenie.

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

Parametry

target
LabelTarget

Właściwość Target wyniku.

defaultValue
Expression

Właściwość DefaultValue wyniku.

Zwraca

To wyrażenie, jeśli żadne elementy podrzędne nie zostaną zmienione lub wyrażenie ze zaktualizowanymi elementami podrzędnymi.

Dotyczy