次の方法で共有


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>

年齢を表す整数。

注釈

ユーザーが Family Safety によって適用されるコンテンツ制限がない場合、戻り値は NULL です。 アプリは、ユーザーが使用しようとしているすべてのコンテンツに対して RequestContentAccessAsync を呼び出す必要があります。

適用対象