Share via


IXRResourceManager (Windows Embedded CE 6.0)

1/6/2010

This class provides support to the internal imaging factory for resolving and loading resources, including images and font Uniform Resource Identifiers (URIs).

This class also supports methods on the IUnknown interface.

Syntax

class IXRResourceManager : public IUnknown

Methods

Methods Description

IXRResourceManager::ResolveImageResource

This method is called by Silverlight to request support with loading images declared in XAML markup.

You can override this method to provide custom code that supports Silverlight when it loads an image resource from XAML into a format compatible with Silverlight.

IXRResourceManager::ResolveFontResource

This method is called by Silverlight to request support with loading font Uniform Resource Identifiers (URIs) declared in XAML markup.

You can override this method to provide custom code that supports Silverlight when it loads an image resource from XAML into a format compatible with Silverlight.

Remarks

To create and register a resource manager for your application, you must pass an IXRResourceManager object into a call to IXRApplication::RegisterResourceManager.

.NET Framework Equivalent

None.

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Classes for Application Management