Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAppxManifestPackageDependency interface

Describes the dependency of one package on another package.

Members

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

Methods

The IAppxManifestPackageDependency interface has these methods.

MethodDescription
GetMinVersion

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

GetName

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

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

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxManifestPackageDependency is defined as e4946b59-733e-43f0-a724-3bde4c1285a0

See also

IAppxManifestPackageDependenciesEnumerator

 

 

Show:
© 2017 Microsoft