ShellTile.Create Method (Uri, ShellTileData)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a new secondary Tile.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Shared Sub Create ( _
    navigationUri As Uri, _
    initialData As ShellTileData _
)
public static void Create(
    Uri navigationUri,
    ShellTileData initialData
)

Parameters

  • navigationUri
    Type: System..::.Uri
    URI for the Tile being created. The URI can contain custom launch parameters.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ShellTile Class

Create Overload

Microsoft.Phone.Shell Namespace