Upravit

Sdílet prostřednictvím


IAppxManifestPackageDependency interface (appxpackaging.h)

Describes the dependency of one package on another package.

Inheritance

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

Methods

The IAppxManifestPackageDependency interface has these methods.

 
IAppxManifestPackageDependency::GetMinVersion

Gets the minimum version of the package on which the current package has a dependency.
IAppxManifestPackageDependency::GetName

Gets the name of the package on which the current package has a dependency.
IAppxManifestPackageDependency::GetPublisher

Gets the name of the publisher that produced the package on which the current package depends.

Remarks

A dependency package is a package that the current package depends on, as specified in the package manifest using the PackageDependency element.

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

IAppxManifestPackageDependenciesEnumerator