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 プロパティ。任意の型を使用できます。

戻り値

更新式。

適用対象