StoreQueueItemStatus.PackageInstallState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies the overall state for a package that is in the queue for the current app.
public:
property StoreQueueItemState PackageInstallState { StoreQueueItemState get(); };
StoreQueueItemState PackageInstallState();
public StoreQueueItemState PackageInstallState { get; }
var storeQueueItemState = storeQueueItemStatus.packageInstallState;
Public ReadOnly Property PackageInstallState As StoreQueueItemState
Property Value
A value that specifies the overall state for a package that is in the queue.