Method | Description | |
---|---|---|
BadgeGlyphNotificationContent ( ) : Windows.Data.Xml.Dom |
Default constructor to create a glyph badge content object.
|
|
BadgeGlyphNotificationContent ( GlyphValue glyph ) : Windows.Data.Xml.Dom |
Constructor to create a glyph badge content object with a glyph.
|
|
CreateNotification ( ) : |
Creates a WinRT BadgeNotification object based on the content.
|
|
GetContent ( ) : string |
Retrieves the notification Xml content as a string.
|
|
GetXml ( ) : |
Retrieves the notification Xml content as a WinRT Xml document.
|
|
ToString ( ) : string |
Retrieves the notification Xml content as a string.
|
public BadgeGlyphNotificationContent ( ) : Windows.Data.Xml.Dom | ||
return | Windows.Data.Xml.Dom |
public BadgeGlyphNotificationContent ( GlyphValue glyph ) : Windows.Data.Xml.Dom | ||
glyph | GlyphValue | The glyph to be displayed on the badge. |
return | Windows.Data.Xml.Dom |
public CreateNotification ( ) : |
||
return |