TaskbarManager.IsAppListEntryPinnedAsync(AppListEntry) 方法

定义

检查指定的应用程序是否已固定到任务栏。

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)

参数

appListEntry
AppListEntry

对应于要检查的应用程序的 AppListEntry

返回

一个布尔值,表示指定的应用程序是否固定到任务栏。

属性

适用于