AddPackageByAppInstallerOptions 枚举

定义

对应用安装程序有效的 DeploymentOptions 的子集。

此枚举支持其成员值的按位组合。

public enum class AddPackageByAppInstallerOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AddPackageByAppInstallerOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AddPackageByAppInstallerOptions
var value = Windows.Management.Deployment.AddPackageByAppInstallerOptions.none
Public Enum AddPackageByAppInstallerOptions
继承
AddPackageByAppInstallerOptions
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

字段

ForceTargetAppShutdown 64

如果当前正在使用此包,则会强行关闭与包关联的进程,以便可以继续注册。

InstallAllResources 32

设置此选项时,将指示应用跳过资源适用性检查。 这会有效地暂存或注册用户传递给 命令的所有资源包,这会强制适用于捆绑包中包含的所有包。 如果用户传入捆绑包,则将注册所有包含的资源包。

LimitToExistingPackages 512

不要下载缺少的引用包

None 0

使用默认行为。

RequiredContentGroupOnly 256

设置此选项时,将仅暂设置所需的内容组。 应用可以单独安装为包含所需内容组的包。

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1903 18362 LimitToExistingPackages

适用于