C# 클래스 Cimbalino.Phone.Toolkit.Services.ShellTileServiceTile

Represents an implementation of the IShellTileServiceTile.
상속: IShellTileServiceTile
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
Delete ( ) : void

Unpins and deletes a secondary tile.

Update ( IShellTileServiceTileData data ) : void

Updates an Application Tile or secondary Tile.

Update ( string xmlData ) : void

Updates an Application Tile or secondary Tile.

비공개 메소드들

메소드 설명
GetTileTypeFromXmlString ( string xmlData ) : string
ShellTileServiceTile ( ShellTile shellTile ) : System

메소드 상세

Delete() 공개 메소드

Unpins and deletes a secondary tile.
public Delete ( ) : void
리턴 void

Update() 공개 메소드

Updates an Application Tile or secondary Tile.
public Update ( IShellTileServiceTileData data ) : void
data IShellTileServiceTileData New text and image data for the tile.
리턴 void

Update() 공개 메소드

Updates an Application Tile or secondary Tile.
public Update ( string xmlData ) : void
xmlData string The XML document that contains the tile data template information.
리턴 void