C# 클래스 MediaAppSample.Core.Services.JumplistManager

Base class providing access to the application currently executing specific to the platform this app is executing on.
상속: ServiceBase, IServiceSignout
파일 보기 프로젝트 열기: Microsoft/TVHelpers

공개 메소드들

메소드 설명
AddItemAsync ( JumpItemInfo info ) : System.Threading.Tasks.Task

Adds an item to the app's jump list.

ClearAsync ( ) : System.Threading.Tasks.Task

Clears all items from the jump list.

SignoutAsync ( ) : System.Threading.Tasks.Task

Clear out any jump list items on user signout to protect user senstive data.

비공개 메소드들

메소드 설명
JumplistManager ( ) : MediaAppSample.Core.Commands

메소드 상세

AddItemAsync() 공개 메소드

Adds an item to the app's jump list.
public AddItemAsync ( JumpItemInfo info ) : System.Threading.Tasks.Task
info JumpItemInfo
리턴 System.Threading.Tasks.Task

ClearAsync() 공개 메소드

Clears all items from the jump list.
public ClearAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SignoutAsync() 공개 메소드

Clear out any jump list items on user signout to protect user senstive data.
public SignoutAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task