Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 722 Bytes

stubpackageoption.md

File metadata and controls

38 lines (21 loc) · 722 Bytes
-api-id -api-type
T:Windows.Management.Deployment.StubPackageOption
winrt enumeration

-description

Defines the stub behavior for an app package that is being added or staged.

-enum-fields

-field Default:0

Use the default behavior.

-field InstallFull:1

Install as a full app.

-field InstallStub:2

Install as stub app.

-field UsePreference:3

Use the current PackageSubPreference for the package.

-remarks

Note

The ability for an app to run as a stub is currently available only to certain apps that are built by Microsoft.

-see-also

StagePackageOptions,AddPackageOptions

-examples