Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 892 Bytes

packagemanager_setpackagestubpreference_5665446.md

File metadata and controls

30 lines (17 loc) · 892 Bytes
-api-id -api-type
M:Windows.Management.Deployment.PackageManager.SetPackageStubPreference(System.String,Windows.Management.Deployment.PackageStubPreference)
winrt method

-description

Sets a value that indicates whether the specified app Package currently prefers to run as a full app or a stub app.

-parameters

-param packageFamilyName

The family name of the app package to configure.

-param useStub

A value that indicates whether the specified app package currently prefers to run as a full app or a stub app.

-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

Package, GetPackageStubPreference

-examples