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

Represents an implementation of the IShellTileServiceTile.
Inheritance: IShellTileServiceTile
Datei anzeigen Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method 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

Method Description
GetTileTypeFromXmlString ( string xmlData ) : string
ShellTileServiceTile ( ShellTile shellTile ) : System

Method Details

Delete() public method

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

Update() public method

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

Update() public method

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