共用方式為


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

傳回

布林值,表示指定的應用程式是否釘選到工作列。

屬性

適用於