TileNotification.Content Property

Definition

Gets the XML description of the notification content, which you can then manipulate to alter the notification.

public:
 property XmlDocument ^ Content { XmlDocument ^ get(); };
XmlDocument Content();
public XmlDocument Content { get; }
var xmlDocument = tileNotification.content;
Public ReadOnly Property Content As XmlDocument

Property Value

The object that contains the notification content.

Remarks

The retrieved elements and their attributes are manipulated through Document Object Model (DOM) manipulation functions to customize the tile content. See tile schema for an explanation of tile elements and attributes found in the XML document.

Applies to

See also