Freigeben über


TaskbarManager.IsCurrentAppPinnedAsync Methode

Definition

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

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)

Gibt zurück

Ein boolescher Wert, der darstellt, ob die aktuelle Anwendung an die Taskleiste angeheftet ist.

Attribute

Gilt für: