Share via


BadgeUpdater.Clear Method

Definition

Removes the badge from the tile that the updater is bound to.

public:
 virtual void Clear() = Clear;
void Clear();
public void Clear();
function clear()
Public Sub Clear ()

Remarks

The badge can also be cleared by setting the badge value to "0" or "none".

Note

If your badge is using periodic updates, you must also call StopPeriodicUpdate or the badge will reappear at the next polling interval.

Applies to

See also