共用方式為


ContentRestrictionsBrowsePolicy.PreferredAgeRating 屬性

定義

取得內容耗用量允許的評等層級上限。

public:
 property IReference<unsigned int> ^ PreferredAgeRating { IReference<unsigned int> ^ get(); };
IReference<uint32_t> PreferredAgeRating();
public System.Nullable<uint> PreferredAgeRating { get; }
var iReference = contentRestrictionsBrowsePolicy.preferredAgeRating;
Public ReadOnly Property PreferredAgeRating As Nullable(Of UInteger)

屬性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

表示評等層級的整數。

備註

應用程式可以選擇根據此值量身打造其內容目錄。 例如,即使使用者允許的流覽評等上限可能為 12,應用程式可能會對慣用評等為 6 的使用者顯示更適合兒童的電影。

如果使用者沒有由 Family Safety 強制執行的任何內容限制,則傳回值為 Null。 應用程式仍預期會針對使用者嘗試使用的每個內容呼叫 RequestContentAccessAsync

適用於