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

适用于