IDynamicMetaObjectProvider.GetMetaObject Method

ExpandoObject.IDynamicMetaObjectProvider.GetMetaObject Method

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

The provided MetaObject will dispatch to the dynamic virtual methods. The object can be encapsulated inside another MetaObject to provide custom behavior for individual actions.

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

DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject(
	Expression parameter
)

Parameters

parameter
Type: System.Linq.Expressions.Expression
The expression that represents the MetaObject to dispatch to the Dynamic virtual methods.

Return Value

Type: System.Dynamic.DynamicMetaObject
The object of the DynamicMetaObject type.

Implements

IDynamicMetaObjectProvider.GetMetaObject(Expression)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft