SyndicationItemFormatter.TryParseElement 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
试图分析元素扩展。
重载
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
参数
- category
- SyndicationCategory
要使用的 SyndicationCategory 实例。
- version
- String
要在分析时使用的联合版本。
返回
一个指示是否已成功分析元素的值。
注解
若要控制分析元素扩展的方式,可以从 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
参数
- item
- SyndicationItem
要使用的 SyndicationItem 实例。
- version
- String
要在分析时使用的联合版本。
返回
一个指示是否已成功分析元素的值。
注解
若要控制分析元素扩展的方式,可以从 SyndicationItem 派生您自己的类,并重写 TryParseElement(XmlReader, String) 方法。
适用于
TryParseElement(XmlReader, SyndicationLink, 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
参数
- link
- SyndicationLink
要使用的 SyndicationItem 实例。
- version
- String
要在分析时使用的联合版本。
返回
一个指示是否已成功分析元素的值。
注解
若要控制分析元素扩展的方式,可以从 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
参数
- person
- SyndicationPerson
要使用的 SyndicationPerson 实例。
- version
- String
要在分析时使用的联合版本。
返回
一个指示是否已成功分析元素的值。
注解
若要控制分析元素扩展的方式,可以从 SyndicationPerson 派生您自己的类,并重写 TryParseElement(XmlReader, String) 方法。