SyndicationItem.Categories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of categories of the feed. This property represents the collection of all the atom:category elements under atom:feed.
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)
Property Value
The collection of all atom:category elements under atom:feed.