ScheduledTileNotification.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 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.