TaskbarManager.IsAppListEntryPinnedAsync(AppListEntry) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查指定的应用程序是否已固定到任务栏。
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。
返回
一个布尔值,表示指定的应用程序是否固定到任务栏。
- 属性