StoreUninstallStorePackageStatus 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.
Defines values that represent the status of a package uninstall request.
public enum class StoreUninstallStorePackageStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
enum class StoreUninstallStorePackageStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
public enum StoreUninstallStorePackageStatus
var value = Windows.Services.Store.StoreUninstallStorePackageStatus.succeeded
Public Enum StoreUninstallStorePackageStatus
- Inheritance
-
StoreUninstallStorePackageStatus
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Services.Store.StoreContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | The uninstall operation succeeded. |
CanceledByUser | 1 | The uninstall operation was canceled by the user. |
NetworkError | 2 | The uninstall operation did not succeed because of a network connectivity error. |
UninstallNotApplicable | 3 | The uninstall operation is not applicable to the specified package. |
Error | 4 | The uninstall operation did not succeed because of an unknown error. |