StartScreenManager.RequestAddAppListEntryAsync(AppListEntry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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