ScheduledTileNotification.Content 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得排程磚更新內容的 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 檔中找到的磚元素和屬性的說明,請參閱 磚架構 。