MddAddPackageDependencyOptions enumeration (msixdynamicdependency.h)

Defines options that can be applied when adding a run-time reference to a framework package by using the MddAddPackageDependency function.

Syntax

typedef enum MddAddPackageDependencyOptions {
  None,
  PrependIfRankCollision
} ;

Constants

 
None
No options are applied.
PrependIfRankCollision
If multiple packages are present in the package graph with the same rank as the call to MddAddPackageDependency, the resolved package is added before others of the same rank.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809 (with Windows App SDK 1.0 or later)
Header msixdynamicdependency.h

See also

MddAddPackageDependency

Use the dynamic dependency API to reference MSIX packages at run time