ResourceCollection.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 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.