TileNotification(XmlDocument) Constructor

Definition

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.

Applies to

See also