UpdateLabel Property
Collapse the table of content
Expand the table of content

CallSiteBinder.UpdateLabel Property

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

Gets a label that can be used to 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.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Shared ReadOnly Property UpdateLabel As LabelTarget

Property Value

Type: System.Linq.Expressions.LabelTarget
The LabelTarget object representing a label that can be used to trigger the binding update.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft