ExpandoObject.IDynamicMetaObjectProvider.GetMetaObject Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Private Function GetMetaObject ( _
parameter As Expression _
) As DynamicMetaObject Implements IDynamicMetaObjectProvider.GetMetaObject
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
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.