Freigeben über


TaskbarManager.RequestPinAppListEntryAsync(AppListEntry) Methode

Definition

Fordert an, dass die angegebene Anwendung an die Taskleiste angeheftet wird.

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

Parameter

appListEntry
AppListEntry

Ein AppListEntry-Objekt , das der Anwendung entspricht, die an die Taskleiste angeheften werden soll.

Gibt zurück

Ein boolescher Wert, der angibt, ob die Anwendung erfolgreich an die Takbar angeheftet wurde. Wenn die App bereits angeheftet wurde, wird sofort true zurückgegeben.

Attribute

Hinweise

Beim Aufrufen dieser Methode wird ein Dialogfeld angezeigt, in dem der Benutzer aufgefordert wird, zu bestätigen, dass er die App anheften möchte. Wenn der Benutzer "nein" auswählt, gibt diese Methode false zurück.

Gilt für: