ResourceCollection.Categories Property

Definition

Gets the collection of atom:category elements within the app:categories element.

public:
 property IVectorView<SyndicationCategory ^> ^ Categories { IVectorView<SyndicationCategory ^> ^ get(); };
IVectorView<SyndicationCategory> Categories();
public IReadOnlyList<SyndicationCategory> Categories { get; }
var iVectorView = resourceCollection.categories;
Public ReadOnly Property Categories As IReadOnlyList(Of SyndicationCategory)

Property Value

The collection of categories.

Applies to