SharedPackageContainerOperationStatus Enum
Definition
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 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
Name | Value | Description |
---|---|---|
Success | 0 | The operation was successful. |
BlockedByPolicy | 1 | The operation was blocked by policy. |
AlreadyExists | 2 | The shared package container already exists. |
PackageFamilyExistsInAnotherContainer | 3 | The operation attempted to add a package family that already exists in another container. |
NotFound | 4 | The specified shared package container was not found. |
UnknownFailure | 5 | Unknown failure. |