ShellTile.Update Method

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

Updates an Application Tile or secondary Tile.

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

Syntax

Public Sub Update ( _
    data As ShellTileData _
)
public void Update(
    ShellTileData data
)

Parameters

Remarks

Note that the NavigationURI cannot be updated once a Tile is created.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ShellTile Class

Microsoft.Phone.Shell Namespace