Condividi tramite


AppInstallManager.AppInstallItemsWithGroupSupport Proprietà

Definizione

Recupera informazioni su tutte le app che fanno parte di un singolo bundle di app attualmente presente nella coda di installazione.

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)

Valore della proprietà

Raccolta di oggetti AppInstallItem che rappresentano tutte le app che fanno parte di un singolo bundle di app attualmente presente nella coda di installazione.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)
Funzionalità dell'app
runFullTrust

Si applica a