IAppxBundleManifestPackageInfo interface
Provides a read-only object model for a <Package> element in a bundle package manifest.
Members
The IAppxBundleManifestPackageInfo interface inherits from the IUnknown interface. IAppxBundleManifestPackageInfo also has these types of members:
Methods
The IAppxBundleManifestPackageInfo interface has these methods.
| Method | Description |
|---|---|
| GetFileName |
Retrieves the file-name attribute of the package. |
| GetOffset |
Retrieves the offset of the package relative to the beginning of the bundle. |
| GetPackageId |
Retrieves an object that represents the identity of the app package. |
| GetPackageType |
Retrieves the type of package that is represented by the package info. |
| GetResources |
Retrieves an enumerator that iterates through all the <Resource> elements that are defined in the app package's manifest. |
| GetSize |
Retrieves the size of the package, in bytes. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxBundleManifestPackageInfo is defined as 54CD06C1-268F-40BB-8ED2-757A9EBAEC8D |