SyndicationItemFormatter.TryParseElement 方法

定义

试图分析元素扩展。

重载

TryParseElement(XmlReader, SyndicationCategory, String)

试图使用指定的 SyndicationCategory 实例分析元素扩展。

TryParseElement(XmlReader, SyndicationItem, String)

试图使用指定的 SyndicationItem 实例分析元素扩展。

TryParseElement(XmlReader, SyndicationLink, String)

试图使用指定的 SyndicationLink 实例分析元素扩展。

TryParseElement(XmlReader, SyndicationPerson, String)

试图使用指定的 SyndicationPerson 实例分析元素扩展。

TryParseElement(XmlReader, SyndicationCategory, String)

试图使用指定的 SyndicationCategory 实例分析元素扩展。

protected:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected public:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationCategory category, string version);
protected internal static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationCategory category, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationCategory * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, category As SyndicationCategory, version As String) As Boolean
Protected Friend Shared Function TryParseElement (reader As XmlReader, category As SyndicationCategory, version As String) As Boolean

参数

reader
XmlReader

要从其中进行读取的 XmlReader

category
SyndicationCategory

要使用的 SyndicationCategory 实例。

version
String

要在分析时使用的联合版本。

返回

Boolean

一个指示是否已成功分析元素的值。

注解

若要控制分析元素扩展的方式,可以从 SyndicationCategory 派生您自己的类,并重写 TryParseElement(XmlReader, String) 方法。

适用于

TryParseElement(XmlReader, SyndicationItem, String)

试图使用指定的 SyndicationItem 实例分析元素扩展。

protected:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected public:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationItem item, string version);
protected internal static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationItem item, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationItem * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, item As SyndicationItem, version As String) As Boolean
Protected Friend Shared Function TryParseElement (reader As XmlReader, item As SyndicationItem, version As String) As Boolean

参数

reader
XmlReader

要从其中进行读取的 XmlReader

item
SyndicationItem

要使用的 SyndicationItem 实例。

version
String

要在分析时使用的联合版本。

返回

Boolean

一个指示是否已成功分析元素的值。

注解

若要控制分析元素扩展的方式,可以从 SyndicationItem 派生您自己的类,并重写 TryParseElement(XmlReader, String) 方法。

适用于

试图使用指定的 SyndicationLink 实例分析元素扩展。

protected:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected public:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationLink link, string version);
protected internal static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationLink link, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationLink * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, link As SyndicationLink, version As String) As Boolean
Protected Friend Shared Function TryParseElement (reader As XmlReader, link As SyndicationLink, version As String) As Boolean

参数

reader
XmlReader

要从其中进行读取的 XmlReader

link
SyndicationLink

要使用的 SyndicationItem 实例。

version
String

要在分析时使用的联合版本。

返回

Boolean

一个指示是否已成功分析元素的值。

注解

若要控制分析元素扩展的方式,可以从 SyndicationLink 派生您自己的类,并重写 TryParseElement(XmlReader, String) 方法。

适用于

TryParseElement(XmlReader, SyndicationPerson, String)

试图使用指定的 SyndicationPerson 实例分析元素扩展。

protected:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected public:
 static bool TryParseElement(System::Xml::XmlReader ^ reader, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationPerson person, string version);
protected internal static bool TryParseElement (System.Xml.XmlReader reader, System.ServiceModel.Syndication.SyndicationPerson person, string version);
static member TryParseElement : System.Xml.XmlReader * System.ServiceModel.Syndication.SyndicationPerson * string -> bool
Protected Shared Function TryParseElement (reader As XmlReader, person As SyndicationPerson, version As String) As Boolean
Protected Friend Shared Function TryParseElement (reader As XmlReader, person As SyndicationPerson, version As String) As Boolean

参数

reader
XmlReader

要从其中进行读取的 XmlReader

person
SyndicationPerson

要使用的 SyndicationPerson 实例。

version
String

要在分析时使用的联合版本。

返回

Boolean

一个指示是否已成功分析元素的值。

注解

若要控制分析元素扩展的方式,可以从 SyndicationPerson 派生您自己的类,并重写 TryParseElement(XmlReader, String) 方法。

适用于