RatedContentDescription.Category 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定由 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
属性值
指定由 RatedContentCategory 定义的内容段的类型。
注解
如果提供无效值,则返回E_INVALIDARG。