Method | Description | |
---|---|---|
BadgeNumericNotificationContent ( ) : Windows.Data.Xml.Dom |
Default constructor to create a numeric badge content object.
|
|
BadgeNumericNotificationContent ( uint number ) : Windows.Data.Xml.Dom |
Constructor to create a numeric badge content object with a number.
|
|
CreateNotification ( ) : BadgeNotification |
Creates a WinRT BadgeNotification object based on the content.
|
|
GetContent ( ) : string |
Retrieves the notification Xml content as a string.
|
|
GetXml ( ) : XmlDocument |
Retrieves the notification Xml content as a WinRT Xml document.
|
|
ToString ( ) : string |
Retrieves the notification Xml content as a string.
|
public BadgeNumericNotificationContent ( ) : Windows.Data.Xml.Dom | ||
return | Windows.Data.Xml.Dom |
public BadgeNumericNotificationContent ( uint number ) : Windows.Data.Xml.Dom | ||
number | uint | /// The number that will appear on the badge. If the number is 0, the badge /// will be removed. The largest value that will appear on the badge is 99. /// Numbers greater than 99 are allowed, but will be displayed as "99+". /// |
return | Windows.Data.Xml.Dom |
public CreateNotification ( ) : BadgeNotification | ||
return | BadgeNotification |