ToastNotification.Content 属性

定义

获取定义当前 Toast 通知的 XML。

public:
 property XmlDocument ^ Content { XmlDocument ^ get(); };
XmlDocument Content();
public XmlDocument Content { get; }
var xmlDocument = toastNotification.content;
Public ReadOnly Property Content As XmlDocument

属性值

包含 XML 的 对象。

注解

检索到的元素及其属性通过文档对象模型 (DOM) 操作函数进行操作,以自定义 Toast 内容。 有关 toast元素和属性的说明,请参阅 toast 架构。

适用于

另请参阅