SyndicationFeed.Links Propriété
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.
Obtient les liens associés au flux. Cette propriété représente une collection d’éléments atom:link sous atom:feed. Dans RSS 2.0, cela correspond à l’élément link .
public:
property IVector<SyndicationLink ^> ^ Links { IVector<SyndicationLink ^> ^ get(); };
IVector<SyndicationLink> Links();
public IList<SyndicationLink> Links { get; }
var iVector = syndicationFeed.links;
Public ReadOnly Property Links As IList(Of SyndicationLink)
Valeur de propriété
Collection des éléments atom:link sous atom:feed. Dans RSS 2.0 , cela correspond à l’élément link .