IAppxFilesEnumerator interface
Enumerates the payload files in a package.
Members
The IAppxFilesEnumerator interface inherits from the IUnknown interface. IAppxFilesEnumerator also has these types of members:
Methods
The IAppxFilesEnumerator interface has these methods.
| Method | Description |
|---|---|
| GetCurrent |
Gets the payload file at the current position of the enumerator. |
| GetHasCurrent |
Determines whether there is a payload file at the current position of the enumerator. |
| MoveNext |
Advances the position of the enumerator to the next payload file. |
Remarks
To get the footprint files, use the IAppxPackageReader::GetFootprintFile method.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxFilesEnumerator is defined as f007eeaf-9831-411c-9847-917cdc62d1fe |
See also