SyndicationLink.GetXmlDocument(SyndicationFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
virtual XmlDocument ^ GetXmlDocument(SyndicationFormat format) = GetXmlDocument;
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.