IAppxFilesEnumerator interface (appxpackaging.h)
Enumerates the payload files in a package.
Inheritance
The IAppxFilesEnumerator interface inherits from the IUnknown interface. IAppxFilesEnumerator also has these types of members:
Methods
The IAppxFilesEnumerator interface has these methods.
IAppxFilesEnumerator::GetCurrent Gets the payload file at the current position of the enumerator. |
IAppxFilesEnumerator::GetHasCurrent Determines whether there is a payload file at the current position of the enumerator. |
IAppxFilesEnumerator::MoveNext Advances the position of the enumerator to the next payload file. |
Remarks
To get the footprint files, use the IAppxPackageReader::GetFootprintFile method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | appxpackaging.h |