GetUpdateExpression Method
Collapse the table of content
Expand the table of content

DynamicMetaObjectBinder.GetUpdateExpression Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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)

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

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft