SyndicationFeed.LoadFromXml(XmlDocument) 메서드

정의

지정된 DOM 개체에서 SyndicationFeed 개체를 초기화합니다. 이 개체는 *RSS 2.0 * 또는 Atom 1.0 형식으로 XML 콘텐츠를 포함할 수 있습니다.

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)

매개 변수

feedDocument
XmlDocument

RSS 2.0 또는 Atom 1.0 형식의 XML 콘텐츠를 포함하는 DOM 개체입니다.

적용 대상