C# 클래스 NotificationsExtensions.Tiles.TileContent

Base tile element, which contains a single visual element.
파일 보기 프로젝트 열기: WindowsNotifications/NotificationsExtensions 1 사용 예제들

공개 메소드들

메소드 설명
GetContent ( ) : string

Retrieves the notification XML content as a string, so that it can be sent with a HTTP POST in a push notification.

GetXml ( ) : XmlDocument

Retrieves the notification XML content as a WinRT XmlDocument, so that it can be used with a local tile notification's constructor on either Windows.UI.Notifications.TileNotification or Windows.UI.Notifications.ScheduledTileNotification.

TileContent ( ) : Windows.Data.Xml.Dom

Initializes a new instance of a tile notification's content. You must then set the Visual property, which is required for a tile notification.

비공개 메소드들

메소드 설명
ConvertToElement ( ) : NotificationsExtensions.Tiles.Element_Tile

메소드 상세

GetContent() 공개 메소드

Retrieves the notification XML content as a string, so that it can be sent with a HTTP POST in a push notification.
public GetContent ( ) : string
리턴 string

GetXml() 공개 메소드

Retrieves the notification XML content as a WinRT XmlDocument, so that it can be used with a local tile notification's constructor on either Windows.UI.Notifications.TileNotification or Windows.UI.Notifications.ScheduledTileNotification.
public GetXml ( ) : XmlDocument
리턴 Windows.Data.Xml.Dom.XmlDocument

TileContent() 공개 메소드

Initializes a new instance of a tile notification's content. You must then set the Visual property, which is required for a tile notification.
public TileContent ( ) : Windows.Data.Xml.Dom
리턴 Windows.Data.Xml.Dom