Microsoft.ApplicationModel.Resources Namespace

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

Note

In Windows App SDK 1.0 Preview 1 and later releases, this namespace has been renamed to Microsoft.Windows.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.

Enums

ResourceCandidateKind

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

See also