IDynamicMetaObjectProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a dynamic object, that can have its operations bound at runtime.
public interface class IDynamicMetaObjectProvider
public interface IDynamicMetaObjectProvider
type IDynamicMetaObjectProvider = interface
Public Interface IDynamicMetaObjectProvider
- Derived
Remarks
Objects that want to participate in the binding process should implement an IDynamicMetaObjectProvider interface, and implement GetMetaObject to return a DynamicMetaObject.
For more information, download the Implementing Dynamic Interfaces article available in PDF format.
Methods
GetMetaObject(Expression) |
Returns the DynamicMetaObject responsible for binding operations performed on this object. |