Windows.ApplicationModel.Resources.Management
Windows.ApplicationModel.Resources.Management
Windows.ApplicationModel.Resources.Management
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 Windows Store app.
For an overview of the use of these classes, see the article on the Resource Management System.
Classes
| IndexedResourceCandidate IndexedResourceCandidate IndexedResourceCandidate IndexedResourceCandidate |
Represents a single possible value for a given resource, and the qualifiers associated with that resource. ImportantYou can't use this class in a Windows Store app. |
| IndexedResourceQualifier IndexedResourceQualifier IndexedResourceQualifier IndexedResourceQualifier |
Represents an object that declares under what context a resource is appropriate. ImportantYou can't use this class in a Windows Store app. |
| ResourceIndexer ResourceIndexer ResourceIndexer ResourceIndexer |
Indexes source resource files or containers, and generates named resource candidates using particular file and folder naming conventions. ImportantYou can't use this class in a Windows Store app. |
Enums
| IndexedResourceType IndexedResourceType IndexedResourceType IndexedResourceType |
Specifies whether an IndexedResourceCandidate is a file or a string. |