Share via


SyndicationFeed.LoadFromXml(XmlDocument) Methode

Definition

Initialisiert das SyndicationFeed-Objekt aus dem angegebenen DOM-Objekt, das XML-Inhalt im Format *RSS 2.0 * oder Atom 1.0 enthalten kann.

public:
 virtual void LoadFromXml(XmlDocument ^ feedDocument) = LoadFromXml;
void LoadFromXml(XmlDocument const& feedDocument);
public void LoadFromXml(XmlDocument feedDocument);
function loadFromXml(feedDocument)
Public Sub LoadFromXml (feedDocument As XmlDocument)

Parameter

feedDocument
XmlDocument

Das DOM-Objekt, das XML-Inhalt im RSS 2.0 - oder Atom 1.0-Format enthält.

Gilt für: