StoreQueueItemCompletedEventArgs 类

定义

StoreQueueItem 类的 Completed 事件提供数据。

public ref class StoreQueueItemCompletedEventArgs 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 StoreQueueItemCompletedEventArgs 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 StoreQueueItemCompletedEventArgs
Public NotInheritable Class StoreQueueItemCompletedEventArgs
继承
Object Platform::Object IInspectable StoreQueueItemCompletedEventArgs
属性

Windows 要求

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

属性

Status

获取下载和安装队列中已完成项的状态。

适用于