BadgeNotification.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 that defines the value or glyph used as the tile's badge.
public:
property XmlDocument ^ Content { XmlDocument ^ get(); };
XmlDocument Content();
public XmlDocument Content { get; }
var xmlDocument = badgeNotification.content;
Public ReadOnly Property Content As XmlDocument
Property Value
The object that contains the XML.
Remarks
The retrieved elements and their attributes are manipulated through Document Object Model (DOM) manipulation functions to customize the badge content. See badge schemafor an explanation of badge elements and attributes.