DynamicMetaObject Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The DynamicMetaObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
Expression | The expression representing the DynamicMetaObject during the dynamic binding process. |
|
HasValue | Gets a value indicating whether the DynamicMetaObject has the runtime value. |
|
LimitType | Gets the limit type of the DynamicMetaObject. |
|
Restrictions | The set of binding restrictions under which the binding is valid. |
|
RuntimeType | Gets the Type of the runtime value or null if the DynamicMetaObject has no value associated with it. |
|
Value | The runtime value represented by this DynamicMetaObject. |
Show: