SyndicationContent.Xml 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 內容。