C# 클래스 SnapDotNet.Apps.Notifications.BadgeContent.BadgeGlyphNotificationContent

Notification content object to display a glyph on a tile's badge.
상속: IBadgeNotificationContent
파일 보기 프로젝트 열기: 0xdeafcafe/SnapDotNet

공개 메소드들

메소드 설명
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 ( ) : 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.

메소드 상세

BadgeGlyphNotificationContent() 공개 메소드

Default constructor to create a glyph badge content object.
public BadgeGlyphNotificationContent ( ) : Windows.Data.Xml.Dom
리턴 Windows.Data.Xml.Dom

BadgeGlyphNotificationContent() 공개 메소드

Constructor to create a glyph badge content object with a glyph.
public BadgeGlyphNotificationContent ( GlyphValue glyph ) : Windows.Data.Xml.Dom
glyph GlyphValue The glyph to be displayed on the badge.
리턴 Windows.Data.Xml.Dom

CreateNotification() 공개 메소드

Creates a WinRT BadgeNotification object based on the content.
public CreateNotification ( ) : BadgeNotification
리턴 Windows.UI.Notifications.BadgeNotification

GetContent() 공개 메소드

Retrieves the notification Xml content as a string.
public GetContent ( ) : string
리턴 string

GetXml() 공개 메소드

Retrieves the notification Xml content as a WinRT Xml document.
public GetXml ( ) : XmlDocument
리턴 Windows.Data.Xml.Dom.XmlDocument

ToString() 공개 메소드

Retrieves the notification Xml content as a string.
public ToString ( ) : string
리턴 string