SyndicationItemFormatter.CreateLink(SyndicationItem) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Eine neue SyndicationLink-Instanz.
Hinweise
Die neu erstellte SyndicationLink-Instanz wird nicht automatisch der zum Erstellen verwendeten SyndicationItem-Instanz hinzugefügt.