AddPackageOptions.LimitToExistingPackages 属性

定义

获取或设置一个值,该值指示是否应下载缺少的引用包。

public:
 property bool LimitToExistingPackages { bool get(); void set(bool value); };
bool LimitToExistingPackages();

void LimitToExistingPackages(bool value);
public bool LimitToExistingPackages { get; set; }
var boolean = addPackageOptions.limitToExistingPackages;
addPackageOptions.limitToExistingPackages = boolean;
Public Property LimitToExistingPackages As Boolean

属性值

Boolean

bool

如果应下载缺少引用的包,则为 True;否则为 false。

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)

注解

只有在 AddPackageByUri 调用中使用 .appinstaller 文件的 URI 时,此属性才适用。 如果关联的 URI 是包的,则此操作不执行任何工作。

适用于