IAppxManifestMainPackageDependenciesEnumerator interface
Enumerates <MainPackageDependency> elements from an app manifest.
Members
The IAppxManifestMainPackageDependenciesEnumerator interface inherits from the IUnknown interface. IAppxManifestMainPackageDependenciesEnumerator also has these types of members:
Methods
The IAppxManifestMainPackageDependenciesEnumerator interface has these methods.
| Method | Description |
|---|---|
| GetCurrent |
Gets the <MainPackageDependency> element at the current position of the enumerator. |
| GetHasCurrent |
Determines whether there is a <MainPackageDependency> element at the current position of the enumerator. |
| MoveNext |
Advances the position of the enumerator to the next <MainPackageDependency> element. |
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestMainPackageDependenciesEnumerator is defined as A99C4F00-51D2-4F0F-BA46-7ED5255EBDFF |