ShellTile.Create Method (Uri, ShellTileData, Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new secondary Tile.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
public static void Create( Uri navigationUri, ShellTileData initialData, bool supportsWideTile )
Parameters
- navigationUri
- Type: System.Uri
URI for the Tile being created. The URI can contain custom launch parameters.
- initialData
- Type: Microsoft.Phone.Shell.ShellTileData
Text and image information for the Tile being created.
- supportsWideTile
- Type: System.Boolean
true if the wide tile size is supported; otherwise, false.
Show: