IResourceManager Interface

Definition

The interface that is implemented by the ResourceManager class, which provides access to app resource maps and more advanced resource functionality.

public interface class IResourceManager
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.Resources.MrtCoreContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2887946735, 33214, 23705, 160, 174, 188, 238, 1, 128, 184, 168)]
struct IResourceManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.Resources.MrtCoreContract), 65536)]
[Windows.Foundation.Metadata.Guid(2887946735, 33214, 23705, 160, 174, 188, 238, 1, 128, 184, 168)]
public interface IResourceManager
Public Interface IResourceManager
Derived
Attributes

Properties

MainResourceMap

Gets the ResourceMap that is associated with the main package of the currently running app.

Methods

CreateResourceContext()

Creates a ResourceContext with the default settings.

Events

ResourceNotFound

Occurs when an attempt to get a resource fails because the specified resource was not found.

Applies to