StoreQueueItem.InstallKind Property

Definition

Gets a value that describes the operation being performed for the current package in the download and installation queue.

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

Property Value

A value that describes the operation being performed for the current package in the download and installation queue.

Applies to