IAppxManifestMainPackageDependenciesEnumerator interface (appxpackaging.h)

Enumerates <MainPackageDependency> elements from an app manifest.

Inheritance

The IAppxManifestMainPackageDependenciesEnumerator interface inherits from the IUnknown interface. IAppxManifestMainPackageDependenciesEnumerator also has these types of members:

Methods

The IAppxManifestMainPackageDependenciesEnumerator interface has these methods.

 
IAppxManifestMainPackageDependenciesEnumerator::GetCurrent

Gets the <MainPackageDependency> element at the current position of the enumerator.
IAppxManifestMainPackageDependenciesEnumerator::GetHasCurrent

Determines whether there is a <MainPackageDependency> element at the current position of the enumerator.
IAppxManifestMainPackageDependenciesEnumerator::MoveNext

Advances the position of the enumerator to the next <MainPackageDependency> element.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header appxpackaging.h