Freigeben über


SyndicationItemFormatter.CreateLink(SyndicationItem) Methode

Definition

Erstellt eine neue Instanz der SyndicationLink-Klasse.

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

Parameter

item
SyndicationItem

Das SyndicationItem, das zur Erstellung des neuen SyndicationLinks verwendet wurde.

Gibt zurück

SyndicationLink

Eine neue SyndicationLink-Instanz.

Hinweise

Die neu erstellte SyndicationLink-Instanz wird nicht automatisch der zum Erstellen verwendeten SyndicationItem-Instanz hinzugefügt.

Gilt für