StoreQueueItemStatus.PackageInstallState 属性

定义

获取一个值,该值指定当前应用队列中包的总体状态。

public:
 property StoreQueueItemState PackageInstallState { StoreQueueItemState get(); };
StoreQueueItemState PackageInstallState();
public StoreQueueItemState PackageInstallState { get; }
var storeQueueItemState = storeQueueItemStatus.packageInstallState;
Public ReadOnly Property PackageInstallState As StoreQueueItemState

属性值

一个 值,该值指定队列中包的总体状态。

适用于