IAppxManifestApplicationsEnumerator interface
Enumerates the applications defined in the package manifest.
Members
The IAppxManifestApplicationsEnumerator interface inherits from the IUnknown interface. IAppxManifestApplicationsEnumerator also has these types of members:
Methods
The IAppxManifestApplicationsEnumerator interface has these methods.
| Method | Description |
|---|---|
| GetCurrent |
Gets the application at the current position of the enumerator. |
| GetHasCurrent |
Determines whether there is an application at the current position of the enumerator. |
| MoveNext |
Advances the position of the enumerator to the next application. |
Remarks
Applications are specified using the Applications element in the package manifest.
This object can be retrieved using the IAppxManifestReader::GetApplications method.
Examples
For an example, see Quickstart: Read app package manifest info.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestApplicationsEnumerator is defined as 9eb8a55a-f04b-4d0d-808d-686185d4847a |
See also