IAppxBundleManifestPackageInfo interface (appxpackaging.h)

Provides a read-only object model for a <Package> element in a bundle package manifest.

Inheritance

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

Methods

The IAppxBundleManifestPackageInfo interface has these methods.

 
IAppxBundleManifestPackageInfo::GetFileName

Retrieves the file-name attribute of the package.
IAppxBundleManifestPackageInfo::GetOffset

Retrieves the offset of the package relative to the beginning of the bundle.
IAppxBundleManifestPackageInfo::GetPackageId

Retrieves an object that represents the identity of the app package.
IAppxBundleManifestPackageInfo::GetPackageType

Retrieves the type of package that is represented by the package info.
IAppxBundleManifestPackageInfo::GetResources

Retrieves an enumerator that iterates through all the <Resource> elements that are defined in the app package's manifest.
IAppxBundleManifestPackageInfo::GetSize

Retrieves the size of the package, in bytes.

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