Freigeben über


StartScreenManager.RequestAddAppListEntryAsync(AppListEntry) Methode

Definition

Anforderungen zum Anheften der App an den aktuellen Startbildschirm. Abhängig von der Gerätefamilie muss dies im UI-Thread aufgerufen werden und zeigt ein Dialogfeld an, in dem der Benutzer aufgefordert wird, zu bestätigen, dass er die App anheften möchte.

public:
 virtual IAsyncOperation<bool> ^ RequestAddAppListEntryAsync(AppListEntry ^ appListEntry) = RequestAddAppListEntryAsync;
IAsyncOperation<bool> RequestAddAppListEntryAsync(AppListEntry const& appListEntry);
public IAsyncOperation<bool> RequestAddAppListEntryAsync(AppListEntry appListEntry);
function requestAddAppListEntryAsync(appListEntry)
Public Function RequestAddAppListEntryAsync (appListEntry As AppListEntry) As IAsyncOperation(Of Boolean)

Parameter

appListEntry
AppListEntry

Gibt zurück

Gilt für: