SyndicationItemFormatter.ReadFrom(XmlReader) 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.
Reads in a SyndicationItem from the specified XmlReader.
public:
abstract void ReadFrom(System::Xml::XmlReader ^ reader);
public abstract void ReadFrom (System.Xml.XmlReader reader);
abstract member ReadFrom : System.Xml.XmlReader -> unit
Public MustOverride Sub ReadFrom (reader As XmlReader)
Parameters
Remarks
Creates a new SyndicationItem, associates it with the SyndicationItemFormatter and reads the feed into the SyndicationItem instance.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.