次の方法で共有


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 を呼び出す必要があります。

適用対象