Microsoft.Windows.ApplicationModel.Resources Namespace

Provides simplified access to app resources, such as strings, that are defined using basic naming conventions.

Note

In releases before Windows App SDK 1.0 Preview 1, this namespace was called Microsoft.ApplicationModel.Resources.

Classes

KnownResourceQualifierName

Contains names for common resource qualifiers such as language, system theme, and display scale.

ResourceCandidate

Represents a single possible value for a given resource, the qualifiers associated with that resource, and how well those qualifiers match the context against which it was resolved.

ResourceContext

Encapsulates all of the factors that might affect resource selection.

ResourceLoader

Provides simplified access to app resources such as app UI strings.

ResourceManager

Provides access to app resource maps and more advanced resource functionality.

ResourceMap

A collection of related resources, typically either for a particular app package, or a resource file for a particular package.

ResourceNotFoundEventArgs

Provides information about a failed attempt to retrieve a resource.

Interfaces

IResourceContext

The interface that is implemented by the ResourceContext class, which encapsulates all of the factors that might affect resource selection.

IResourceManager

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

Enums

ResourceCandidateKind

Defines values that represent the type of resource that is encapsulated in a ResourceCandidate.

See also