TaskbarManager.IsAppListEntryPinnedAsync(AppListEntry) Method

Definition

Checks if the specified application is already pinned to the taskbar.

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)

Parameters

appListEntry
AppListEntry

An AppListEntry corresponding to the application to check.

Returns

A boolean representing whether the specified application is pinned to the taskbar.

Attributes

Applies to