Package.GetAppListEntriesAsync Method

Definition

Enumerates the packaged apps on the device and returns the list asynchronously. Only apps included in the current package are returned.

public:
 virtual IAsyncOperation<IVectorView<AppListEntry ^> ^> ^ GetAppListEntriesAsync() = GetAppListEntriesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<AppListEntry>> GetAppListEntriesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<AppListEntry>> GetAppListEntriesAsync();
function getAppListEntriesAsync()
Public Function GetAppListEntriesAsync () As IAsyncOperation(Of IReadOnlyList(Of AppListEntry))

Returns

A list of AppListEntry objects that specify the packaged apps along with their display name, description, and logo.

Attributes

Applies to

See also