BadgeNotification.Content Property

Definition

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.

Applies to

See also