Freigeben über


TaskbarManager.IsAppListEntryPinnedAsync(AppListEntry) Methode

Definition

Überprüft, ob die angegebene Anwendung bereits an die Taskleiste angeheftet ist.

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

Parameter

appListEntry
AppListEntry

Eine AppListEntry,die der zu überprüfenden Anwendung entspricht.

Gibt zurück

Ein boolescher Wert, der angibt, ob die angegebene Anwendung an die Taskleiste angeheftet ist.

Attribute

Gilt für: