ToastNotification.Content プロパティ

定義

現在のトースト通知を定義する 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) 操作関数を使用して操作され、トースト コンテンツをカスタマイズします。 トーストの要素と属性の説明については、トースト スキーマに関するページを参照してください。

適用対象

こちらもご覧ください