Udostępnij za pośrednictwem


SyndicationItemFormatter.TryParseContent Metoda

Definicja

Próbuje przeanalizować zawartość elementu syndykacji przy użyciu określonego SyndicationItem wystąpienia.

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 public:
 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);
protected internal 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
Protected Friend Shared Function TryParseContent (reader As XmlReader, item As SyndicationItem, contentType As String, version As String, ByRef content As SyndicationContent) As Boolean

Parametry

reader
XmlReader

Element do odczytania XmlReader .

item
SyndicationItem

Wystąpienie SyndicationItem do użycia.

contentType
String

Typ zawartości.

version
String

Wersja syndykacji do użycia podczas analizowania.

content
SyndicationContent

Zawartość do analizy.

Zwraca

Boolean

Wartość wskazująca, czy zawartość została pomyślnie przeanalizowana.

Uwagi

Aby kontrolować sposób analizowania zawartości syndykacji, utwórz własną klasę na SyndicationItem podstawie metody i przesłoń metodę TryParseContent(XmlReader, String, String, SyndicationContent) .

Dotyczy