SyndicationItem.CreateLink Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une nouvelle instance SyndicationLink.
protected public:
virtual System::ServiceModel::Syndication::SyndicationLink ^ CreateLink();
protected internal virtual System.ServiceModel.Syndication.SyndicationLink CreateLink();
abstract member CreateLink : unit -> System.ServiceModel.Syndication.SyndicationLink
override this.CreateLink : unit -> System.ServiceModel.Syndication.SyndicationLink
Protected Friend Overridable Function CreateLink () As SyndicationLink
Retours
Nouvelle SyndicationLink instance.
Remarques
La nouvelle SyndicationLink instance n’est pas automatiquement ajoutée à l’instance SyndicationItem utilisée pour appeler la CreateLink() méthode.