Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 841 Bytes

sharedpackagecontainercreationcollisionoptions.md

File metadata and controls

37 lines (20 loc) · 841 Bytes
-api-id -api-type
T:Windows.Management.Deployment.SharedPackageContainerCreationCollisionOptions
winrt enum

Windows.Management.Deployment.SharedPackageContainerCreationCollisionOptions

-description

Specifies collision options when creating a shared package container with SharedPackageContainerManager.CreateContainer

-enum-fields

-field FailIfExists: 0

Fail if the shared package container exists.

-field MergeWithExisting: 1

Merge the contents of the existing package container with the contents of the new package container.

-field ReplaceExisting: 2

Replace the existing package container with the new package container.

-remarks

-see-also

-examples