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.
| Method | Description |
|---|---|
| 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 |
|
|
IDL |
|
|
IID |
IID_IAppxManifestPackageDependency is defined as e4946b59-733e-43f0-a724-3bde4c1285a0 |
See also