StoreUninstallStorePackageResult 类

定义

为卸载当前应用的包的请求提供响应数据。

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
继承
Object Platform::Object IInspectable StoreUninstallStorePackageResult
属性

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Services.Store.StoreContract (在 v3.0 中引入)

属性

ExtendedError

如果操作遇到错误,则获取请求的错误代码。

Status

获取包卸载请求的状态。

适用于

另请参阅