RatedContentDescription.Category 属性

定义

指定由 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。

适用于