IAppxBundleManifestPackageInfoEnumerator interface
Provides a read-only object model for the list of payload packages that are described in a bundle package manifest.
Members
The IAppxBundleManifestPackageInfoEnumerator interface inherits from the IUnknown interface. IAppxBundleManifestPackageInfoEnumerator also has these types of members:
Methods
The IAppxBundleManifestPackageInfoEnumerator interface has these methods.
| Method | Description |
|---|---|
| GetCurrent |
Gets the <Package> element at the current position of the enumerator. |
| GetHasCurrent |
Determines whether there are more elements in the enumerator. |
| MoveNext |
Advances the position of the enumerator to the next <Package> element. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxBundleManifestPackageInfoEnumerator is defined as F9B856EE-49A6-4E19-B2B0-6A2406D63A32 |