Partager via


TaskbarManager.IsCurrentAppPinnedAsync Méthode

Définition

Vérifie si l’application active est déjà épinglée à la barre des tâches.

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)

Retours

Boolean qui indique si l’application actuelle est épinglée à la barre des tâches.

Attributs

S’applique à