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 屬性。
傳回
如果未變更任何子系,則為這個運算式;否則為已更新子系的運算式。