GotoExpression.Update(LabelTarget, Expression) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
次のような新しい式を作成しますが、指定された子を使用します。 すべての子が同じ場合、この式が返されます。
public:
System::Linq::Expressions::GotoExpression ^ Update(System::Linq::Expressions::LabelTarget ^ target, System::Linq::Expressions::Expression ^ value);
public System.Linq.Expressions.GotoExpression Update(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value);
public System.Linq.Expressions.GotoExpression Update(System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression? value);
member this.Update : System.Linq.Expressions.LabelTarget * System.Linq.Expressions.Expression -> System.Linq.Expressions.GotoExpression
Public Function Update (target As LabelTarget, value As Expression) As GotoExpression
パラメーター
- target
- LabelTarget
結果の Target プロパティ。
- value
- Expression
結果の Value プロパティ。
返品
子が変更されていない場合は、この式、または更新された子を含む式。