IAppxManifestPackageDependenciesEnumerator interface
Enumerates the package dependencies defined in the package manifest.
Members
The IAppxManifestPackageDependenciesEnumerator interface inherits from the IUnknown interface. IAppxManifestPackageDependenciesEnumerator also has these types of members:
Methods
The IAppxManifestPackageDependenciesEnumerator interface has these methods.
| Method | Description |
|---|---|
| GetCurrent |
Gets the dependency package at the current position of the enumerator. |
| GetHasCurrent |
Determines whether there is a package dependency at the current position of the enumerator. |
| MoveNext |
Advances the position of the enumerator to the next package dependency. |
Remarks
This object can be retrieved using the IAppxManifestReader::GetPackageDependencies method.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestPackageDependenciesEnumerator is defined as b43bbcf9-65a6-42dd-bac0-8c6741e7f5a4 |
See also