Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
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. |
|
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 |