IAppxManifestPackageDependenciesEnumerator interface (appxpackaging.h)

Enumerates the package dependencies defined in the package manifest.

Inheritance

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

Methods

The IAppxManifestPackageDependenciesEnumerator interface has these methods.

 
IAppxManifestPackageDependenciesEnumerator::GetCurrent

Gets the dependency package at the current position of the enumerator.
IAppxManifestPackageDependenciesEnumerator::GetHasCurrent

Determines whether there is a package dependency at the current position of the enumerator.
IAppxManifestPackageDependenciesEnumerator::MoveNext

Advances the position of the enumerator to the next package dependency.

Remarks

This object can be retrieved using the IAppxManifestReader::GetPackageDependencies method.

Requirements

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

See also

IAppxManifestPackageDependency