ISyndicationNode.GetXmlDocument(SyndicationFormat) Method

Definition

Generates the DOM object that represents this element, all the attributes and child elements including foreign markups. The only formats accepted by this method are Atom 1.0 and RSS 2.0.

public:
 XmlDocument ^ GetXmlDocument(SyndicationFormat format);
XmlDocument GetXmlDocument(SyndicationFormat const& format);
public XmlDocument GetXmlDocument(SyndicationFormat format);
function getXmlDocument(format)
Public Function GetXmlDocument (format As SyndicationFormat) As XmlDocument

Parameters

format
SyndicationFormat

The format of the data.

Returns

The DOM object that represents this element, and all the attributes and child elements, including foreign markups.

Applies to