IAppxBundleManifestReader interface (appxpackaging.h)

Provides a read-only object model for manifests of bundle packages.

Inheritance

The IAppxBundleManifestReader interface inherits from the IUnknown interface. IAppxBundleManifestReader also has these types of members:

Methods

The IAppxBundleManifestReader interface has these methods.

 
IAppxBundleManifestReader::GetPackageId

Retrieves an object that represents the <Identity> element under the root <Bundle> element.
IAppxBundleManifestReader::GetPackageInfoItems

Retrieves an enumerator over all the <Package> elements under the <Packages> element.
IAppxBundleManifestReader::GetStream

Gets the raw XML document without any preprocessing.

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