Windows apps
Collapse the table of content
Expand the table of content
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.

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.

MethodDescription
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

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxBundleManifestReader is defined as CF0EBBC1-CC99-4106-91EB-E67462E04FB0

 

 

Show:
© 2017 Microsoft