DynamicMetaObjectBinder.GetUpdateExpression Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets an expression that will cause the binding to be updated. It indicates that the expression's binding is no longer valid. This is typically used when the "version" of a dynamic object has changed.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Public Function GetUpdateExpression ( _
    type As Type _
) As Expression
public Expression GetUpdateExpression(
    Type type
)

Parameters

  • type
    Type: System.Type
    The Type property of the resulting expression; any type is allowed.

Return Value

Type: System.Linq.Expressions.Expression
The update expression.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.