Udostępnij za pośrednictwem


SyndicationFeedFormatter.CreateLink Metoda

Definicja

Tworzy nowe wystąpienie klasy SyndicationLink.

Przeciążenia

CreateLink(SyndicationFeed)

Tworzy nowe wystąpienie SyndicationLink klasy z określonym SyndicationFeedelementem .

CreateLink(SyndicationItem)

Tworzy nowe wystąpienie SyndicationLink klasy z określonym SyndicationItemelementem .

CreateLink(SyndicationFeed)

Tworzy nowe wystąpienie SyndicationLink klasy z określonym SyndicationFeedelementem .

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

Parametry

feed
SyndicationFeed

Element SyndicationFeed do użycia do utworzenia nowego SyndicationLinkelementu .

Zwraca

SyndicationLink

Nowe SyndicationLink wystąpienie.

Uwagi

Nowo utworzone SyndicationLink wystąpienie nie jest automatycznie dodawane do wystąpienia użytego SyndicationFeed do jego utworzenia.

Dotyczy

CreateLink(SyndicationItem)

Tworzy nowe wystąpienie SyndicationLink klasy z określonym SyndicationItemelementem .

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

Parametry

item
SyndicationItem

Element SyndicationItem do użycia do utworzenia nowego SyndicationLinkelementu .

Zwraca

SyndicationLink

Nowe SyndicationLink wystąpienie.

Uwagi

Nowo utworzone SyndicationLink wystąpienie nie jest automatycznie dodawane do wystąpienia użytego SyndicationItem do jego utworzenia.

Dotyczy