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) |
작업 표시줄에서 보조 타일의 고정을 해제하려고 시도합니다. 여기에 설명된 대로 사용자 승인이 필요합니다. |