StoreQueueItemStatus 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供当前应用的下载和安装队列中的新包或更新包的状态信息。
public ref class StoreQueueItemStatus 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 StoreQueueItemStatus 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 StoreQueueItemStatus
Public NotInheritable Class StoreQueueItemStatus
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10, version 1803 (在 10.0.17134.0 中引入)
|
API contract |
Windows.Services.Store.StoreContract (在 v3.0 中引入)
|
属性
ExtendedError |
获取下载和安装请求的错误代码(如果操作遇到错误)。 |
PackageInstallExtendedState |
获取一个值,该值指定有关当前应用的下载和安装队列中的包状态的其他信息。 |
PackageInstallState |
获取一个值,该值指定当前应用队列中包的总体状态。 |
UpdateStatus |
获取一个值,该值指定当前应用队列中的包的更新状态。 |