Compartir a través de


TaskbarManager.IsCurrentAppPinnedAsync Método

Definición

Comprueba si la aplicación activa actualmente ya está anclada a la barra de tareas.

public:
 virtual IAsyncOperation<bool> ^ IsCurrentAppPinnedAsync() = IsCurrentAppPinnedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> IsCurrentAppPinnedAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> IsCurrentAppPinnedAsync();
function isCurrentAppPinnedAsync()
Public Function IsCurrentAppPinnedAsync () As IAsyncOperation(Of Boolean)

Devoluciones

Valor booleano que representa si la aplicación actual está anclada a la barra de tareas.

Atributos

Se aplica a