Package.GetAppListEntries Method

Definition

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)

Applies to

See also