Share via


AppInstallManager.AppInstallItemsWithGroupSupport Property

Definition

Retrieves information about all the apps that are part of a single app bundle that is currently in the installation queue.

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

Property Value

A collection of AppInstallItem objects that represent all the apps that are part of a single app bundle that is currently in the installation queue.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)
App capabilities
runFullTrust

Applies to