C# 클래스 Windows.UI.Notifications.TileUpdater

상속: ITileUpdater
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
AddToSchedule ( [ scheduledTile ) : void
Clear ( ) : void
EnableNotificationQueue ( [ enable ) : void
GetScheduledTileNotifications ( ) : IVectorView
RemoveFromSchedule ( [ scheduledTile ) : void
StopPeriodicUpdate ( ) : void
Update ( [ notification ) : void

비공개 메소드들

메소드 설명
StartPeriodicUpdate ( [ tileContent, [ requestedInterval ) : void
StartPeriodicUpdate ( [ tileContent, [ startTime, [ requestedInterval ) : void
StartPeriodicUpdateBatch ( [ tileContents, [ requestedInterval ) : void
StartPeriodicUpdateBatch ( [ tileContents, [ startTime, [ requestedInterval ) : void

메소드 상세

AddToSchedule() 공개 메소드

public AddToSchedule ( [ scheduledTile ) : void
scheduledTile [
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

EnableNotificationQueue() 공개 메소드

public EnableNotificationQueue ( [ enable ) : void
enable [
리턴 void

GetScheduledTileNotifications() 공개 메소드

public GetScheduledTileNotifications ( ) : IVectorView
리턴 IVectorView

RemoveFromSchedule() 공개 메소드

public RemoveFromSchedule ( [ scheduledTile ) : void
scheduledTile [
리턴 void

StopPeriodicUpdate() 공개 메소드

public StopPeriodicUpdate ( ) : void
리턴 void

Update() 공개 메소드

public Update ( [ notification ) : void
notification [
리턴 void