BadgeUpdateManagerForUser.CreateBadgeUpdaterForSecondaryTile(String) Method

Definition

Creates a BadgeUpdater, which enables you to change the appearance or content of a badge on 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 BadgeUpdater ^ CreateBadgeUpdaterForSecondaryTile(Platform::String ^ tileId) = CreateBadgeUpdaterForSecondaryTile;
BadgeUpdater CreateBadgeUpdaterForSecondaryTile(winrt::hstring const& tileId);
public BadgeUpdater CreateBadgeUpdaterForSecondaryTile(string tileId);
function createBadgeUpdaterForSecondaryTile(tileId)
Public Function CreateBadgeUpdaterForSecondaryTile (tileId As String) As BadgeUpdater

Parameters

tileId
String

Platform::String

winrt::hstring

The ID of the secondary tile.

Returns

A BadgeUpdater for the secondary tile of the current app for the current user.

Applies to