TileUpdateManagerForUser.CreateTileUpdaterForSecondaryTile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new TileUpdater, which enables you to change the appearance of a secondary tile for the bound user. The tile can belong to the calling app or any other app in the same package.
public:
virtual TileUpdater ^ CreateTileUpdaterForSecondaryTile(Platform::String ^ tileId) = CreateTileUpdaterForSecondaryTile;
TileUpdater CreateTileUpdaterForSecondaryTile(winrt::hstring const& tileId);
public TileUpdater CreateTileUpdaterForSecondaryTile(string tileId);
function createTileUpdaterForSecondaryTile(tileId)
Public Function CreateTileUpdaterForSecondaryTile (tileId As String) As TileUpdater
Parameters
- tileId
-
String
Platform::String
winrt::hstring
A unique ID for the tile.
Returns
The object you will use to send updates to the tile identified by tileID.