DynamicMetaObjectBinder.GetUpdateExpression(Type) 方法

定义

获取一个表达式,该表达式将使绑定得到更新。 它指示表达式的绑定不再有效。 通常在动态对象的“版本”发生更改时使用它。

public:
 System::Linq::Expressions::Expression ^ GetUpdateExpression(Type ^ type);
public System.Linq.Expressions.Expression GetUpdateExpression (Type type);
member this.GetUpdateExpression : Type -> System.Linq.Expressions.Expression
Public Function GetUpdateExpression (type As Type) As Expression

参数

type
Type

结果表达式的 Type 属性;允许任何类型。

返回

更新表达式。

适用于