RatedContentDescription.Category 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.
Spécifie le type d’un élément de contenu, défini par RatedContentCategory.
public:
property RatedContentCategory Category { RatedContentCategory get(); void set(RatedContentCategory value); };
RatedContentCategory Category();
void Category(RatedContentCategory value);
public RatedContentCategory Category { get; set; }
var ratedContentCategory = ratedContentDescription.category;
ratedContentDescription.category = ratedContentCategory;
Public Property Category As RatedContentCategory
Valeur de propriété
Spécifie le type d’un élément de contenu, défini par RatedContentCategory.
Remarques
Retourne E_INVALIDARG, si une valeur non valide n’est pas fournie.