C# 클래스 Cimbalino.Phone.Toolkit.Services.ShellTileWithCreateService

Represents an implementation of the IShellTileService.
상속: ShellTileService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
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