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