Condividi tramite


TaskbarManager.RequestPinAppListEntryAsync(AppListEntry) Metodo

Definizione

Richiede che l'applicazione specificata venga aggiunta alla barra delle applicazioni.

public:
 virtual IAsyncOperation<bool> ^ RequestPinAppListEntryAsync(AppListEntry ^ appListEntry) = RequestPinAppListEntryAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestPinAppListEntryAsync(AppListEntry const& appListEntry);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestPinAppListEntryAsync(AppListEntry appListEntry);
function requestPinAppListEntryAsync(appListEntry)
Public Function RequestPinAppListEntryAsync (appListEntry As AppListEntry) As IAsyncOperation(Of Boolean)

Parametri

appListEntry
AppListEntry

AppListEntry corrispondente all'applicazione da aggiungere alla barra delle applicazioni.

Restituisce

Boolean che rappresenta se l'applicazione è stata aggiunta correttamente al takbar. Se l'app è già stata aggiunta, verrà restituita immediatamente true.

Attributi

Commenti

La chiamata a questo metodo visualizzerà una finestra di dialogo che chiede all'utente di confermare che vogliono aggiungere l'app. Se l'utente seleziona "no", questo metodo restituirà false.

Si applica a