StoreQueueItem.InstallKind 属性

定义

获取一个值,该值描述正在为下载和安装队列中的当前包执行的操作。

public:
 property StoreQueueItemKind InstallKind { StoreQueueItemKind get(); };
StoreQueueItemKind InstallKind();
public StoreQueueItemKind InstallKind { get; }
var storeQueueItemKind = storeQueueItem.installKind;
Public ReadOnly Property InstallKind As StoreQueueItemKind

属性值

一个 值,该值描述正在为下载和安装队列中的当前包执行的操作。

适用于