StoreUninstallStorePackageResult Class

Definition

Provides response data for a request to uninstall a package for the current app.

public ref class StoreUninstallStorePackageResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreUninstallStorePackageResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreUninstallStorePackageResult
Public NotInheritable Class StoreUninstallStorePackageResult
Inheritance
Object Platform::Object IInspectable StoreUninstallStorePackageResult
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)

Properties

ExtendedError

Gets the error code for the request, if the operation encountered an error.

Status

Gets the status of the package uninstall request.

Applies to

See also