Windows.ApplicationModel.Resources.Management.ResourceIndexerContract Represents a single possible value for a given resource, and the qualifiers associated with that resource. Gets the list of metadata name value pairs. A list of string pairs, each containing the name of an IndexedResourceQualifier and its value. Gets the list of IndexedResourceQualifier s. A list of IndexedResourceQualifier s. Gets the type property that determines whether the resource is a file or a string. A value from the IndexedResourceType enumeration. Gets the named resource Uri. The named resource Uri. Gets the value of the candidate as a String. If the candidate is a file, the value is a file path (such as "images\logo.scale-100.png") relative to the project root passed to the ResourceIndexer constructor. If the candidate is a string, the value is the actual string (such as "Hello World"). Returns the value of a qualifier, given its name. The name of the qualifier. The value of the qualifier. Represents an object that declares under what context a resource is appropriate. Gets the name of the qualifier. The name of the qualifier, such as "language", "contrast", or "scale". Gets the value of the qualifier. The value of the qualifier. The case of the qualifier value should be preserved from the first instance of the qualifier discovered during indexing. Specifies whether an IndexedResourceCandidate is a file or a string. Reserved. The IndexedResourceCandidate is a file. The IndexedResourceCandidate is a string. Indexes source resource files or containers, and generates named resource candidates using particular file and folder naming conventions. Use CreateResourceIndexer in mrmsupport.dll instead of ResourceIndexer. For more info, see MSDN. Creates a new ResourceIndexer specifying the root of the project files. Use CreateResourceIndexer in mrmsupport.dll instead of IResourceIndexerFactory. For more info, see MSDN. The project root folder (file:// URI). Creates a new ResourceIndexer specifying the root of the project files and an extension DLL. Use CreateResourceIndexer in mrmsupport.dll instead of IResourceIndexerFactory2. For more info, see MSDN. The project root folder (file:// URI). The extension DLL path (file:// URI). Indexes a ResW, ResJSON, PRI, or PRI XML dump file path for file and folder naming conventions, and applies the qualifiers to the resources found within the contents of the file. Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer. For more info, see MSDN. The file to be indexed (file:// URI). The path must be an absolute path with the drive letter specified. The Uri can also provide an empty authority which is assumed to be the local file system. Long file paths are not supported. A list of IndexedResourceCandidate objects found within *file*. This is an empty list if nothing is found. Indexes a file path for file and folder naming conventions. Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer. For more info, see MSDN. The file to be indexed (file:// URI). The path must be an absolute path with the drive letter specified. The Uri can also provide an empty authority which is assumed to be the local file system. Long file paths are not supported. An IndexedResourceCandidate object that represents the indexed file resource.