C# Class Cimbalino.Phone.Toolkit.Services.ShellTileServiceTile

Represents an implementation of the IShellTileServiceTile.
Inheritance: IShellTileServiceTile
Afficher le fichier Open project: Cimbalino/Cimbalino-Phone-Toolkit

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetTileTypeFromXmlString ( string xmlData ) : string
ShellTileServiceTile ( ShellTile shellTile ) : System

Method Details

Delete() public méthode

Unpins and deletes a secondary tile.
public Delete ( ) : void
Résultat void

Update() public méthode

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

Update() public méthode

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