Share via


StoreQueueItemStatus.PackageInstallExtendedState Property

Definition

Gets a value that specifies additional info about the state for a package that is in the download and installation queue for the current app.

public:
 property StoreQueueItemExtendedState PackageInstallExtendedState { StoreQueueItemExtendedState get(); };
StoreQueueItemExtendedState PackageInstallExtendedState();
public StoreQueueItemExtendedState PackageInstallExtendedState { get; }
var storeQueueItemExtendedState = storeQueueItemStatus.packageInstallExtendedState;
Public ReadOnly Property PackageInstallExtendedState As StoreQueueItemExtendedState

Property Value

A value that specifies additional info about the state for a package that is in the queue.

Applies to