ContentRestrictionsBrowsePolicy.MaxBrowsableAgeRating 属性

定义

获取要显示在内容目录中的最大允许年龄分级级别。 不应显示分级高于此级别的内容。 例如,如果 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)

属性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

一个整数,表示年龄。

注解

如果用户没有任何由家庭安全强制实施的内容限制,则返回值为 NULL。 对于用户尝试使用的每个内容,应用仍应调用 RequestContentAccessAsync

适用于