TaskbarManager.RequestPinAppListEntryAsync(AppListEntry) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Solicita que o aplicativo especificado seja fixado na barra de tarefas.
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)
Parâmetros
- appListEntry
- AppListEntry
Um AppListEntry correspondente ao aplicativo a ser fixado na barra de tarefas.
Retornos
Um booliano que representa se o aplicativo foi fixado com êxito no takbar. Se o aplicativo já tiver sido fixado, isso retornará imediatamente true.
- Atributos
Comentários
Chamar esse método exibirá uma caixa de diálogo solicitando que o usuário confirme se deseja fixar o aplicativo. Se o usuário selecionar "não", esse método retornará false.