Share via


ScheduledTileNotification.Content Property

Definition

Gets the XML description of the content of the scheduled tile update.

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

Property Value

The object that contains the notification content.

Remarks

This information is set when the ScheduledTileNotification is created.

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

Applies to

See also