다음을 통해 공유


SyndicationFeedFormatter.CreateLink 메서드

정의

SyndicationLink 클래스의 새 인스턴스를 만듭니다.

오버로드

CreateLink(SyndicationFeed)

지정된 SyndicationLink를 사용하여 SyndicationFeed 클래스의 새 인스턴스를 만듭니다.

CreateLink(SyndicationItem)

지정된 SyndicationLink를 사용하여 SyndicationItem 클래스의 새 인스턴스를 만듭니다.

CreateLink(SyndicationFeed)

지정된 SyndicationLink를 사용하여 SyndicationFeed 클래스의 새 인스턴스를 만듭니다.

protected public:
 static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationFeed ^ feed);
protected internal static System.ServiceModel.Syndication.SyndicationLink CreateLink (System.ServiceModel.Syndication.SyndicationFeed feed);
static member CreateLink : System.ServiceModel.Syndication.SyndicationFeed -> System.ServiceModel.Syndication.SyndicationLink
Protected Friend Shared Function CreateLink (feed As SyndicationFeed) As SyndicationLink

매개 변수

feed
SyndicationFeed

SyndicationFeed를 만드는 데 사용하는 SyndicationLink입니다.

반환

SyndicationLink

SyndicationLink 인스턴스입니다.

설명

새로 만든 SyndicationLink 인스턴스는 인스턴스를 만드는 데 사용되는 인스턴스에 SyndicationFeed 자동으로 추가되지 않습니다.

적용 대상

CreateLink(SyndicationItem)

지정된 SyndicationLink를 사용하여 SyndicationItem 클래스의 새 인스턴스를 만듭니다.

protected public:
 static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationItem ^ item);
protected internal static System.ServiceModel.Syndication.SyndicationLink CreateLink (System.ServiceModel.Syndication.SyndicationItem item);
static member CreateLink : System.ServiceModel.Syndication.SyndicationItem -> System.ServiceModel.Syndication.SyndicationLink
Protected Friend Shared Function CreateLink (item As SyndicationItem) As SyndicationLink

매개 변수

item
SyndicationItem

SyndicationItem를 만드는 데 사용하는 SyndicationLink입니다.

반환

SyndicationLink

SyndicationLink 인스턴스입니다.

설명

새로 만든 SyndicationLink 인스턴스는 인스턴스를 만드는 데 사용되는 인스턴스에 SyndicationItem 자동으로 추가되지 않습니다.

적용 대상