ContentRestrictionsBrowsePolicy.MaxBrowsableAgeRating 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要显示在内容目录中的最大允许年龄分级级别。 不应显示分级高于此级别的内容。 例如,如果 MaxBrowsableAgeRating 为 13,则不应显示 MPAA:R 分级电影。
public:
property IReference<unsigned int> ^ MaxBrowsableAgeRating { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MaxBrowsableAgeRating();
public System.Nullable<uint> MaxBrowsableAgeRating { get; }
var iReference = contentRestrictionsBrowsePolicy.maxBrowsableAgeRating;
Public ReadOnly Property MaxBrowsableAgeRating As Nullable(Of UInteger)
属性值
一个整数,表示年龄。
注解
如果用户没有任何由家庭安全强制实施的内容限制,则返回值为 NULL。 对于用户尝试使用的每个内容,应用仍应调用 RequestContentAccessAsync 。