次の方法で共有


ScheduledToastNotification.Content プロパティ

定義

このスケジュールされたトースト通知を定義する XML を取得します。

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

プロパティ値

XML を格納している オブジェクト。

適用対象

こちらもご覧ください