Package.GetAppListEntriesAsync Methode

Definition

Listet die gepackten Apps auf dem Gerät auf und gibt die Liste asynchron zurück. Es werden nur Apps zurückgegeben, die im aktuellen Paket enthalten sind.

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))

Gibt zurück

Eine Liste von AppListEntry-Objekten , die die gepackten Apps zusammen mit ihrem Anzeigenamen, ihrer Beschreibung und ihrem Logo angeben.

Attribute

Gilt für:

Weitere Informationen