Package.GetAppListEntries Method
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.
Enumerates the packaged apps on the device and returns the list synchronously. Only apps included in the current package are returned.
public:
virtual IVectorView<AppListEntry ^> ^ GetAppListEntries() = GetAppListEntries;
IVectorView<AppListEntry> GetAppListEntries();
public IReadOnlyList<AppListEntry> GetAppListEntries();
function getAppListEntries()
Public Function GetAppListEntries () As IReadOnlyList(Of AppListEntry)
Returns
A list of AppListEntry objects that specify the packaged apps along with their display name, description, and logo.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|