SyndicationItem.Categories Eigenschaft

Definition

Ruft eine Auflistung von Kategorien des Feeds ab. Diese Eigenschaft stellt die Auflistung aller atom:category-Elemente unter atom:feed dar.

public:
 property IVector<SyndicationCategory ^> ^ Categories { IVector<SyndicationCategory ^> ^ get(); };
IVector<SyndicationCategory> Categories();
public IList<SyndicationCategory> Categories { get; }
var iVector = syndicationItem.categories;
Public ReadOnly Property Categories As IList(Of SyndicationCategory)

Eigenschaftswert

Die Auflistung aller atom:category-Elemente unter atom:feed.

Gilt für: