SharedPackageContainerOperationStatus Enum

Definition

Specifies the status result of a shared package container operation initiated with SharedPackageContainerManager.

public enum class SharedPackageContainerOperationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Deployment.SharedPackageContainerContract, 65536)]
enum class SharedPackageContainerOperationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Deployment.SharedPackageContainerContract), 65536)]
public enum SharedPackageContainerOperationStatus
var value = Windows.Management.Deployment.SharedPackageContainerOperationStatus.success
Public Enum SharedPackageContainerOperationStatus
Inheritance
SharedPackageContainerOperationStatus
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.22000.0)
API contract
Windows.Management.Deployment.SharedPackageContainerContract (introduced in v1.0)

Fields

AlreadyExists 2

The shared package container already exists.

BlockedByPolicy 1

The operation was blocked by policy.

NotFound 4

The specified shared package container was not found.

PackageFamilyExistsInAnotherContainer 3

The operation attempted to add a package family that already exists in another container.

Success 0

The operation was successful.

UnknownFailure 5

Unknown failure.

Applies to