TaskbarManager.RequestPinAppListEntryAsync(AppListEntry) 方法

定义

请求将指定的应用程序固定到任务栏。

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)

参数

appListEntry
AppListEntry

对应于要固定到任务栏的应用程序的 AppListEntry

返回

一个布尔值,表示应用程序是否已成功固定到 takbar。 如果应用已固定,则会立即返回 true。

属性

注解

调用此方法将显示一个对话框,要求用户确认要固定应用。 如果用户选择“否”,此方法将返回 false。

适用于