C# Класс Cimbalino.Phone.Toolkit.Services.ShellTileWithCreateService

Represents an implementation of the IShellTileService.
Наследование: ShellTileService
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( Uri navigationUri, IShellTileServiceTileData initialTileData, bool supportsWideTile ) : void

Creates a new secondary tile.

Описание методов

Create() публичный Метод

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.
Результат void