IAppxManifestReader2 interface (appxpackaging.h)

Represents an object model of the package manifest that provides methods to access manifest elements and attributes.

Inheritance

The IAppxManifestReader2 interface inherits from IAppxManifestReader. IAppxManifestReader2 also has these types of members:

Methods

The IAppxManifestReader2 interface has these methods.

 
IAppxManifestReader2::GetQualifiedResources

Gets an enumerator that iterates through the qualified resources that are defined in the manifest.

Remarks

Note  Starting with Windows 8.1, we recommend not to use IAppxManifestReader::GetResources anymore to only iterate over the Language values in the manifest. Instead, use IAppxManifestReader2::GetResources because it iterates over other resource qualifiers as well, such as, Scale and DXFeatureLevel.
 

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header appxpackaging.h

See also

IAppxManifestReader