次の方法で共有


SyndicationFeed.GetXmlDocument(SyndicationFormat) メソッド

定義

この要素、外部マークアップを含むすべての属性および子要素を表す DOM オブジェクトを生成します。 このメソッドで使用できる形式は 、Atom 1.0RSS 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

パラメーター

format
SyndicationFormat

データの形式。

戻り値

この要素を表す DOM オブジェクト、および外部マークアップを含むすべての属性と子要素。

実装

適用対象