Udostępnij za pośrednictwem


SyndicationFeedFormatter.TryParseContent Metoda

Definicja

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

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 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 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 przeanalizowana.

Zwraca

Boolean

true jeśli zawartość została pomyślnie przeanalizowana; w przeciwnym razie false.

Uwagi

Aby kontrolować sposób analizowania zawartości syndykacji, utwórz własną klasę z SyndicationItem i przesłoń ją

TryParseContent(XmlReader, String, String, SyndicationContent) Metoda.

Dotyczy