TileNotification(XmlDocument) Constructor
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.
Creates and initializes a new instance of the TileNotification object for use with a TileUpdater.
public:
TileNotification(XmlDocument ^ content);
TileNotification(XmlDocument const& content);
public TileNotification(XmlDocument content);
function TileNotification(content)
Public Sub New (content As XmlDocument)
Parameters
- content
- XmlDocument
The object that provides the content for the tile notification.