Partager via


SyndicationFeed.Links Propriété

Définition

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 .

S’applique à