Defer Method (DynamicMetaObject[])
Collapse the table of content
Expand the table of content

DynamicMetaObjectBinder.Defer Method (DynamicMetaObject())

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

Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.

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

'Declaration
Public Function Defer ( _
	ParamArray args As DynamicMetaObject() _
) As DynamicMetaObject

Parameters

args
Type: System.Dynamic.DynamicMetaObject ()
An array of arguments of the dynamic operation.

Return Value

Type: System.Dynamic.DynamicMetaObject
The DynamicMetaObject representing the result of the binding.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft