TileFlyoutNotification.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 current tile flyout (mix view) notification. This content can then be examined or manipulated as necessary.
Note
A tile flyout notification always includes the entire flyout. To update any part of the notification, you must resend the entire notification. For instance, to update the content of only one of the flyout's sub-tiles while leaving the rest of the notification unchanged, call this method to get the current XML payload, alter only the attributes of the specific subtile element, and resend the full payload in a new notification.
public:
property XmlDocument ^ Content { XmlDocument ^ get(); };
XmlDocument Content();
public XmlDocument Content { get; }
var xmlDocument = tileFlyoutNotification.content;
Public ReadOnly Property Content As XmlDocument
Property Value
The XML content of the current tile flyout notification.