Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies values that indicate the type of artifact that is used to define the lifetime of a package dependency.
Syntax
typedef enum MddPackageDependencyLifetimeKind {
Process,
FilePath,
RegistryKey
} ;
Constants
ProcessThe current process is the lifetime artifact. The package dependency is implicitly deleted when the process terminates. |
FilePathThe lifetime artifact is an absolute filename or path. The package dependency is implicitly deleted when this is deleted. |
RegistryKeyThe lifetime artifact is a registry key in the format root\subkey, where root is one of the following: HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER, HKEY_CLASSES_ROOT, or HKEY_USERS. The package dependency is implicitly deleted when this is deleted. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 (with Windows App SDK 1.0 or later) |
| Header | msixdynamicdependency.h |