AddPackageOptions.InstallAllResources Property

Definition

Gets or sets a value that indicates whether the app skips resource applicability checks. This effectively stages or registers all resource packages that a user passes in to the command, which forces applicability for all packages contained in a bundle. If a user passes in a bundle, all contained resource packages will be registered.

C#
public bool InstallAllResources { get; set; }

Property Value

Boolean

TRUE instructs the app to skip all resource applicability checks and stages or registers all resource packages; otherwise, FALSE.

Applies to

Product Versions
WinRT Build 19041, Build 20348, Build 22000, Build 22621, Build 26100