BadgeNotificationManager.ClearBadge 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.
Removes the badge from the app's taskbar icon.
public:
virtual void ClearBadge() = ClearBadge;
void ClearBadge();
public void ClearBadge();
function clearBadge()
Public Sub ClearBadge ()
Remarks
The badge can also be cleared by setting the badge value to 0 or None.