次の方法で共有


ISyndicationText.Xml プロパティ

定義

XML コンテンツを取得または設定します。

public:
 property XmlDocument ^ Xml { XmlDocument ^ get(); void set(XmlDocument ^ value); };
XmlDocument Xml();

void Xml(XmlDocument value);
public XmlDocument Xml { get; set; }
var xmlDocument = iSyndicationText.xml;
iSyndicationText.xml = xmlDocument;
Public Property Xml As XmlDocument

プロパティ値

atom:content 要素内の XML コンテンツ。

適用対象