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

Represents an implementation of the IShellTileService.
Inheritance: IShellTileService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
Create ( Uri navigationUri, IShellTileServiceTileData initialTileData, bool supportsWideTile ) : void

Creates a new secondary tile.

Method Details

Create() public method

Creates a new secondary tile.
public Create ( Uri navigationUri, IShellTileServiceTileData initialTileData, bool supportsWideTile ) : void
navigationUri System.Uri for the tile being created. The can contain custom launch parameters.
initialTileData IShellTileServiceTileData Text and image information for the tile being created.
supportsWideTile bool true if the wide tile size is supported; otherwise, false.
return void