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.
Assembly: System.Core (in System.Core.dll)
Parameters
- type
- Type: System.Type
The Type property of the resulting expression; any type is allowed.
Show: