TaskbarManager 클래스

정의

애플리케이션을 작업 표시줄에 고정하는 메서드를 제공합니다.

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
상속
Object Platform::Object IInspectable 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 클래스 참조). 자세한 내용을 확인하거나 잠금 해제 토큰을 요청하려면 Microsoft 지원 문의하세요.

TryUnpinSecondaryTileAsync(String)

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

적용 대상

추가 정보