AppInstallManager.AppInstallItemsWithGroupSupport 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.
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
|