다음을 통해 공유


SyndicationItemFormatter.CreateLink(SyndicationItem) 메서드

정의

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

protected:
 static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationItem ^ item);
protected public:
 static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationItem ^ item);
protected 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 Shared Function CreateLink (item As SyndicationItem) As SyndicationLink
Protected Friend Shared Function CreateLink (item As SyndicationItem) As SyndicationLink

매개 변수

item
SyndicationItem

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

반환

SyndicationLink

SyndicationLink 인스턴스입니다.

설명

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

적용 대상