IDynamicMetaObjectProvider.GetMetaObject Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns the DynamicMetaObject responsible for binding operations performed on this object.
Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Function GetMetaObject ( _
parameter As Expression _
) As DynamicMetaObject
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.
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.