TileNotification.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.