다음을 통해 공유


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) 합니다.

적용 대상