IAppxBundleManifestPackageInfoEnumerator interface (appxpackaging.h)
Provides a read-only object model for the list of payload packages that are described in a bundle package manifest.
Inheritance
The IAppxBundleManifestPackageInfoEnumerator interface inherits from the IUnknown interface. IAppxBundleManifestPackageInfoEnumerator also has these types of members:
Methods
The IAppxBundleManifestPackageInfoEnumerator interface has these methods.
IAppxBundleManifestPackageInfoEnumerator::GetCurrent Gets the <Package> element at the current position of the enumerator. |
IAppxBundleManifestPackageInfoEnumerator::GetHasCurrent Determines whether there are more elements in the enumerator. |
IAppxBundleManifestPackageInfoEnumerator::MoveNext Advances the position of the enumerator to the next <Package> element. |
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 |