TaskbarManager 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供將應用程式釘選到任務欄的方法。
public ref class TaskbarManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TaskbarManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TaskbarManager
Public NotInheritable Class TaskbarManager
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1809 | 17763 | IsSecondaryTilePinnedAsync |
1809 | 17763 | RequestPinSecondaryTileAsync |
1809 | 17763 | TryUnpinSecondaryTileAsync |
屬性
IsPinningAllowed |
取得是否允許釘選到任務列。 |
IsSupported |
取得任務欄是否存在於目前裝置上。 |
方法
GetDefault() |
傳回目前進程中作用中的 TaskbarManager 物件。 |
IsAppListEntryPinnedAsync(AppListEntry) |
檢查指定的應用程式是否已釘選到任務列。 |
IsCurrentAppPinnedAsync() |
檢查目前作用中的應用程式是否已釘選到任務列。 |
IsSecondaryTilePinnedAsync(String) |
檢查指定的次要磚是否已釘選到任務列。 需要使用者核准,如這裡所述 |
RequestPinAppListEntryAsync(AppListEntry) |
要求將指定的應用程式釘選到任務列。 |
RequestPinCurrentAppAsync() |
要求目前作用中的應用程式釘選到任務列。 |
RequestPinSecondaryTileAsync(SecondaryTile) |
要求將指定的磚釘選到任務列。 需要使用者核准, 如這裡所述。 重要 TaskbarManager.RequestPinSecondaryTileAsync API 是有限存取功能的一部分 (請參閱 LimitedAccessFeatures 類別) 。 如需詳細資訊或要求解除鎖定令牌,請使用 LAF存取令牌要求表單。 |
TryUnpinSecondaryTileAsync(String) |
嘗試從任務列取消釘選次要磚。 需要使用者核准,如這裡所述 |