다음을 통해 공유


SyndicationFeedFormatter.TryParseAttribute 메서드

정의

특성 확장의 구문 분석을 시도합니다.

오버로드

TryParseAttribute(String, String, String, SyndicationPerson, String)

지정된 SyndicationPerson 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

TryParseAttribute(String, String, String, SyndicationLink, String)

지정된 SyndicationLink 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

TryParseAttribute(String, String, String, SyndicationFeed, String)

지정된 SyndicationFeed 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

TryParseAttribute(String, String, String, SyndicationCategory, String)

지정된 SyndicationCategory 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

TryParseAttribute(String, String, String, SyndicationItem, String)

지정된 SyndicationItem 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

TryParseAttribute(String, String, String, SyndicationPerson, String)

지정된 SyndicationPerson 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationPerson ^ person, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationPerson person, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationPerson * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, person As SyndicationPerson, version As String) As Boolean

매개 변수

name
String

요소 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성입니다.

person
SyndicationPerson

사용할 SyndicationPerson 인스턴스입니다.

version
String

구문 분석 시 사용할 배포 버전입니다.

반환

Boolean

특성이 구문 분석되면true 이고, 그렇지 않으면 false입니다.

설명

특성 확장이 구문 분석되는 방법을 제어하려면 고유한 클래스 SyndicationPerson 를 파생시키고 메서드를 재정의 TryParseAttribute(String, String, String, String) 합니다.

적용 대상

지정된 SyndicationLink 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationLink ^ link, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationLink link, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationLink * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, link As SyndicationLink, version As String) As Boolean

매개 변수

name
String

요소 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성입니다.

link
SyndicationLink

사용할 SyndicationLink 인스턴스입니다.

version
String

구문 분석 시 사용할 배포 버전입니다.

반환

Boolean

특성이 구문 분석되면true 이고, 그렇지 않으면 false입니다.

설명

특성 확장이 구문 분석되는 방법을 제어하려면 고유한 클래스 SyndicationLink 를 파생시키고 메서드를 재정의 TryParseAttribute(String, String, String, String) 합니다.

적용 대상

TryParseAttribute(String, String, String, SyndicationFeed, String)

지정된 SyndicationFeed 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationFeed ^ feed, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationFeed feed, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationFeed * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, feed As SyndicationFeed, version As String) As Boolean

매개 변수

name
String

요소 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성입니다.

feed
SyndicationFeed

사용할 SyndicationFeed 인스턴스입니다.

version
String

구문 분석 시 사용할 배포 버전입니다.

반환

Boolean

특성이 구문 분석되면true 이고, 그렇지 않으면 false입니다.

설명

특성 확장이 구문 분석되는 방법을 제어하려면 고유한 클래스 SyndicationFeed 를 파생시키고 메서드를 재정의 TryParseAttribute(String, String, String, String) 합니다.

적용 대상

TryParseAttribute(String, String, String, SyndicationCategory, String)

지정된 SyndicationCategory 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationCategory ^ category, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationCategory category, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationCategory * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, category As SyndicationCategory, version As String) As Boolean

매개 변수

name
String

요소 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성입니다.

category
SyndicationCategory

사용할 SyndicationCategory 인스턴스입니다.

version
String

구문 분석 시 사용할 배포 버전입니다.

반환

Boolean

특성이 구문 분석되면true 이고, 그렇지 않으면 false입니다.

설명

특성 확장이 구문 분석되는 방법을 제어하려면 고유한 클래스 SyndicationCategory 를 파생시키고 메서드를 재정의 TryParseAttribute(String, String, String, String) 합니다.

적용 대상

TryParseAttribute(String, String, String, SyndicationItem, String)

지정된 SyndicationItem 인스턴스를 사용하여 특성 확장의 구문 분석을 시도합니다.

protected public:
 static bool TryParseAttribute(System::String ^ name, System::String ^ ns, System::String ^ value, System::ServiceModel::Syndication::SyndicationItem ^ item, System::String ^ version);
protected internal static bool TryParseAttribute (string name, string ns, string value, System.ServiceModel.Syndication.SyndicationItem item, string version);
static member TryParseAttribute : string * string * string * System.ServiceModel.Syndication.SyndicationItem * string -> bool
Protected Friend Shared Function TryParseAttribute (name As String, ns As String, value As String, item As SyndicationItem, version As String) As Boolean

매개 변수

name
String

요소 이름입니다.

ns
String

요소의 네임스페이스입니다.

value
String

구문 분석할 특성입니다.

item
SyndicationItem

사용할 SyndicationItem 인스턴스입니다.

version
String

구문 분석 시 사용할 배포 버전입니다.

반환

Boolean

특성이 구문 분석되면true 이고, 그렇지 않으면 false입니다.

설명

특성 확장이 구문 분석되는 방법을 제어하려면 고유한 클래스 SyndicationItem 를 파생시키고 메서드를 재정의 TryParseAttribute(String, String, String, String) 합니다.

적용 대상