TaskbarManager.IsCurrentAppPinnedAsync Method

Definition

Checks if the currently active application is already pinned to the taskbar.

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)

Returns

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

Attributes

Applies to