Sdílet prostřednictvím


SyndicationItemFormatter.TryParseContent Metoda

Definice

Pokusí se parsovat obsah položky syndikace pomocí zadané SyndicationItem instance.

protected:
 static bool TryParseContent(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ contentType, System::String ^ version, [Runtime::InteropServices::Out] System::ServiceModel::Syndication::SyndicationContent ^ % content);
protected static bool TryParseContent (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationItem item, string contentType, string version, out System.ServiceModel.Syndication.SyndicationContent content);
static member TryParseContent : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationItem * string * string * SyndicationContent -> bool
Protected Shared Function TryParseContent (reader As XmlReader, item As SyndicationItem, contentType As String, version As String, ByRef content As SyndicationContent) As Boolean

Parametry

reader
XmlReader

Hodnota, XmlReader ze které se má číst.

item
SyndicationItem

Instance SyndicationItem , která se má použít.

contentType
String

Typ obsahu.

version
String

Syndikační verze, která se má použít při analýze.

content
SyndicationContent

Obsah, který se má analyzovat.

Návraty

Hodnota, která označuje, jestli byl obsah úspěšně analyzován.

Poznámky

Chcete-li řídit způsob analýzy obsahu syndikace, odvodit vlastní třídu z SyndicationItem a přepsat metodu TryParseContent(XmlReader, String, String, SyndicationContent) .

Platí pro