Share via


ScheduledTileNotification.Content 屬性

定義

取得排程磚更新內容的 XML 描述。

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

屬性值

包含通知內容的 物件。

備註

建立 ScheduledTileNotification 時會設定這項資訊。

擷取的元素及其屬性是透過檔物件模型 (DOM) 操作函式來操作。 如需在 XML 檔中找到的磚元素和屬性的說明,請參閱 磚架構

適用於

另請參閱