共用方式為


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 內容。

適用於