XAML for Windows Embedded Macros (Compact 2013)
3/28/2014
The list below describes the macros for XAML for Windows Embedded, a native (C++) UI development framework for Windows Embedded Compact powered devices that is founded on Microsoft Silverlight 3.
Macro |
Description |
---|---|
Defines the beginning of an interface map, which is a list of interfaces that are implemented for an XRObject<Base> object instance in . |
|
Attaches a GUID to the specified control class and creates an interface identifier (IID) for it. |
|
Attaches a GUID to the specified templated interface and creates an IID for it. |
|
Defines the end of the interface map for an XRObject<Base> object instance in . |
|
Defines an interface map that implements the specified interface and adds the interface map of the specified base class to an XRObject<Base> object instance. |
|
Adds the interface map of a base class to an XRObject<Base> object instance. |
|
Adds an interface with the specified IID to the list of interfaces that are implemented for an XRObject<Base> object instance. |
|
Adds an interface to the list of interfaces that are implemented for an XRObject<Base> object instance in XAML for Windows Embedded. |
See Also
Reference
XAML for Windows Embedded Reference
XRObject<Base>
XRCustomUserControlImpl<Base,IFace>