SharedPackageContainerCreationCollisionOptions Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies collision options when creating a shared package container with SharedPackageContainerManager.CreateContainer
public enum class SharedPackageContainerCreationCollisionOptions
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Deployment.SharedPackageContainerContract, 65536)]
enum class SharedPackageContainerCreationCollisionOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Deployment.SharedPackageContainerContract), 65536)]
public enum SharedPackageContainerCreationCollisionOptions
var value = Windows.Management.Deployment.SharedPackageContainerCreationCollisionOptions.failIfExists
Public Enum SharedPackageContainerCreationCollisionOptions
- Inheritance
-
SharedPackageContainerCreationCollisionOptions
- Attributes
Device family |
Windows Desktop Extension SDK (introduced in 10.0.22000.0)
|
API contract |
Windows.Management.Deployment.SharedPackageContainerContract (introduced in v1.0)
|
Name | Value | Description |
---|---|---|
FailIfExists | 0 | Fail if the shared package container exists. |
MergeWithExisting | 1 | Merge the contents of the existing package container with the contents of the new package container. |
ReplaceExisting | 2 | Replace the existing package container with the new package container. |
პროდუქტი | ვერსიები |
---|---|
WinRT | Build 22000, Build 22621, Build 26100 |