Windows.ApplicationModel.Resources.Management Namespace

Enables the indexing of source resource files or containers, generating named resource candidates using particular file and folder naming conventions.

Important

You can't use this namespace in a UWP app.

For an overview of the use of these classes, see the article on the Resource Management System.

Classes

IndexedResourceCandidate

Represents a single possible value for a given resource, and the qualifiers associated with that resource.

Important

You can't use this class in a UWP app.

IndexedResourceQualifier

Represents an object that declares under what context a resource is appropriate.

Important

You can't use this class in a UWP app.

ResourceIndexer

Indexes source resource files or containers, and generates named resource candidates using particular file and folder naming conventions.

Important

You can't use this class in a UWP app.

Enums

IndexedResourceType

Specifies whether an IndexedResourceCandidate is a file or a string.

See also