Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

ResourceIndexer class

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 Windows Store app.

Syntax


public sealed class ResourceIndexer : Object

Attributes

ActivatableAttribute(Windows.ApplicationModel.Resources.Management.IResourceIndexerFactory, NTDDI_WIN8)
MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The ResourceIndexer class has these types of members:

Constructors

The ResourceIndexer class has these constructors.

ConstructorDescription
ResourceIndexer Creates a new ResourceIndexer.

 

Methods

The ResourceIndexer class has these methods. It also inherits methods from the Object class.

MethodDescription
IndexFileContentsAsync 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.
IndexFilePath Indexes a file path for file and folder naming conventions.

 

Remarks

ResourceIndexer does not guarantee parity of discovered resource candidates with MakePRI.exe because MakePRI may have arbitrary configurations.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

Windows.ApplicationModel.Resources.Management
Windows::ApplicationModel::Resources::Management [C++]

Metadata

Windows.winmd

See also

Object

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.