AppInstallManager.AppInstallItems Property

Definition

Retrieves information about all apps that are currently in the installation queue.

public:
 property IVectorView<AppInstallItem ^> ^ AppInstallItems { IVectorView<AppInstallItem ^> ^ get(); };
IVectorView<AppInstallItem> AppInstallItems();
public IReadOnlyList<AppInstallItem> AppInstallItems { get; }
var iVectorView = appInstallManager.appInstallItems;
Public ReadOnly Property AppInstallItems As IReadOnlyList(Of AppInstallItem)

Property Value

A collection of AppInstallItem objects that represent all apps that are currently in the installation queue.

Windows requirements

App capabilities
runFullTrust

Applies to