IXRFrameworkTemplate (Compact 2013)

3/28/2014

This class represents an element tree of elements parsed from XAML.

Syntax

class IXRFrameworkTemplate : public IXRDependencyObject

Inheritance Hierarchy

IXRDependencyObject

    IXRFrameworkTemplate

        IXRControlTemplate

        IXRItemsPanelTemplate

Methods

This class implements no new methods. All its methods are inherited from IXRDependencyObject.

Thread Safety

Members of this class are thread-safe if you previously called IXRApplication::CreateHostFromXaml and supplied it with an XRWindowCreateParams structure that has AllowsMultipleThreadAccess set to true.

Remarks

You cannot create a new IXRFrameworkTemplate object. You can only access this object from the visual tree after it is parsed from XAML.

.NET Framework Equivalent

System.Windows.FrameworkTemplate

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

Classes for Visual Appearance