SyndicationFeed.Links Eigenschaft

Definition

Ermittelt die Links des Feed. Diese Eigenschaft stellt eine Auflistung der atom:link-Elemente unter atom:feed dar. In RSS 2.0 wird dies dem Linkelement zugeordnet.

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)

Eigenschaftswert

Eine Auflistung der atom:link-Elemente unter atom:feed. In RSS 2.0 wird dies dem Linkelement zugeordnet.

Gilt für: