SyndicationItem.Categories Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection de catégories du flux. Cette propriété représente la collection de tous les éléments atom:category sous 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)
Valeur de propriété
Collection de tous les éléments atom:category sous atom:feed.