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

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

Méthodes publiques

Méthode Description
Create ( Uri navigationUri, IShellTileServiceTileData initialTileData, bool supportsWideTile ) : void

Creates a new secondary tile.

Method Details

Create() public méthode

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.
Résultat void