IAppxBundleManifestReader interface
Provides a read-only object model for manifests of bundle packages.
Members
The IAppxBundleManifestReader interface inherits from the IUnknown interface. IAppxBundleManifestReader also has these types of members:
Methods
The IAppxBundleManifestReader interface has these methods.
| Method | Description |
|---|---|
| GetPackageId |
Retrieves an object that represents the <Identity> element under the root <Bundle> element. |
| GetPackageInfoItems |
Retrieves an enumerator over all the <Package> elements under the <Packages> element. |
| GetStream |
Gets the raw XML document without any preprocessing. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxBundleManifestReader is defined as CF0EBBC1-CC99-4106-91EB-E67462E04FB0 |