IAppxManifestReader2 interface
Represents an object model of the package manifest that provides methods to access manifest elements and attributes.
Members
The IAppxManifestReader2 interface inherits from IAppxManifestReader. IAppxManifestReader2 also has these types of members:
Methods
The IAppxManifestReader2 interface has these methods.
| Method | Description |
|---|---|
| GetQualifiedResources |
Gets an enumerator that iterates through the qualified resources that are defined in the manifest. |
Remarks
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestReader2 is defined as d06f67bc-b31d-4eba-a8af-638e73e77b4d |
See also