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

适用于