Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDynamicMetaObjectProvider Interface

Represents a dynamic object, that can have its operations bound at runtime.

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

public interface IDynamicMetaObjectProvider

The IDynamicMetaObjectProvider type exposes the following members.

  NameDescription
Public methodGetMetaObjectReturns the DynamicMetaObject responsible for binding operations performed on this object.
Top

Objects that want to participate in the binding process should implement an IDynamicMetaObjectProvider interface, and implement GetMetaObject to return a DynamicMetaObject.

For more information, see documentation on the CodePlex Web site.

Silverlight

Supported in: 5, 4

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft