TileFlyoutNotification(XmlDocument) Constructor

Definition

Creates a TileFlyoutNotification object for use in a tile flyout (mix view) notification. This object provides the XML content of the notification— the sub-tiles to be displayed and the text and image elements used in each sub-tile.

public:
 TileFlyoutNotification(XmlDocument ^ content);
 TileFlyoutNotification(XmlDocument const& content);
public TileFlyoutNotification(XmlDocument content);
function TileFlyoutNotification(content)
Public Sub New (content As XmlDocument)

Parameters

content
XmlDocument

The XML content of the tile flyout notification.

Applies to