Condividi tramite


StartScreenManager.RequestAddAppListEntryAsync(AppListEntry) Metodo

Definizione

Richiede di aggiungere l'app alla schermata Start corrente. A seconda della famiglia di dispositivi, questa operazione deve essere chiamata nel thread dell'interfaccia utente e visualizzerà una finestra di dialogo che chiede all'utente di confermare che desidera aggiungere l'app.

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)

Parametri

appListEntry
AppListEntry

Restituisce

Si applica a