共用方式為


SyndicationContent.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 = syndicationContent.xml;
syndicationContent.xml = xmlDocument;
Public Property Xml As XmlDocument

屬性值

atom:content元素內的 XML 內容。

實作

Xml

適用於