Udostępnij za pośrednictwem


SyndicationItem.TryParseContent Metoda

Definicja

Próbuje przeanalizować zawartość.

protected public:
 virtual bool TryParseContent(System::Xml::XmlReader ^ reader, System::String ^ contentType, System::String ^ version, [Runtime::InteropServices::Out] System::ServiceModel::Syndication::SyndicationContent ^ % content);
protected internal virtual bool TryParseContent (System.Xml.XmlReader reader, string contentType, string version, out System.ServiceModel.Syndication.SyndicationContent content);
abstract member TryParseContent : System.Xml.XmlReader * string * string * SyndicationContent -> bool
override this.TryParseContent : System.Xml.XmlReader * string * string * SyndicationContent -> bool
Protected Friend Overridable Function TryParseContent (reader As XmlReader, contentType As String, version As String, ByRef content As SyndicationContent) As Boolean

Parametry

reader
XmlReader

Element do odczytania XmlReader .

contentType
String

Typ zawartości.

version
String

Wersja syndykacji do użycia podczas analizowania.

content
SyndicationContent

Wystąpienie SyndicationContent do załadowania przeanalizowanej zawartości.

Zwraca

Boolean

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

Uwagi

Ta metoda jest punktem rozszerzenia, który umożliwia obsługę deserializacji zawartości niestandardowej. Aby to zrobić, należy utworzyć klasę z SyndicationItem klasy i zastąpić tę metodę. Ta metoda jest wywoływana dla całej nierozpoznanej zawartości.

Dotyczy