SyndicationItemFormatter.CreateLink(SyndicationItem) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee maakt u een nieuw exemplaar van de SyndicationLink klasse.
protected:
static System::ServiceModel::Syndication::SyndicationLink ^ CreateLink(System::ServiceModel::Syndication::SyndicationItem ^ item);
protected 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
Parameters
- item
- SyndicationItem
De SyndicationItem te gebruiken om de nieuwe SyndicationLinkte maken.
Retouren
Een nieuw SyndicationLink exemplaar.
Opmerkingen
Het zojuist gemaakte SyndicationLink exemplaar wordt niet automatisch toegevoegd aan het SyndicationItem exemplaar dat wordt gebruikt om het te maken.