BadgeNotificationManager.SetBadgeAsCount(UInt32) 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.
Applies the specified integer value as a badge on the app's taskbar icon.
public:
virtual void SetBadgeAsCount(unsigned int notificationCount) = SetBadgeAsCount;
void SetBadgeAsCount(uint32_t const& notificationCount);
public void SetBadgeAsCount(uint notificationCount);
function setBadgeAsCount(notificationCount)
Public Sub SetBadgeAsCount (notificationCount As UInteger)
Parameters
- notificationCount
-
UInt32
unsigned int
uint32_t
The integer value to show on the icon badge.