ToastNotification.Content Property

Definition

Gets the XML that defines the current toast notification.

public:
 property XmlDocument ^ Content { XmlDocument ^ get(); };
XmlDocument Content();
public XmlDocument Content { get; }
var xmlDocument = toastNotification.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 toast content. See toast schemafor an explanation of toast elements and attributes.

Applies to

See also