GetMetaObject Method
Collapse the table of content
Expand the table of content

IDynamicMetaObjectProvider.GetMetaObject Method

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

Returns the DynamicMetaObject responsible for binding operations performed on this object.

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

DynamicMetaObject GetMetaObject(
	Expression parameter
)

Parameters

parameter
Type: System.Linq.Expressions.Expression
The expression tree representation of the runtime value.

Return Value

Type: System.Dynamic.DynamicMetaObject
The DynamicMetaObject to bind this object.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft