Partager via


StartScreenManager.RequestAddAppListEntryAsync(AppListEntry) Méthode

Définition

Demande d’épingler l’application à l’écran d’accueil actuel. Selon la famille d’appareils, celle-ci doit être appelée sur le thread d’interface utilisateur et affiche une boîte de dialogue demandant à l’utilisateur de confirmer qu’il souhaite épingler l’application.

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)

Paramètres

appListEntry
AppListEntry

Retours

S’applique à