次の方法で共有


RatedContentRestrictions コンストラクター

定義

オーバーロード

RatedContentRestrictions()

RatedContentRestrictions クラスの新しいインスタンスを初期化します。

RatedContentRestrictions(UInt32)

RatedContentRestrictions クラスの新しいインスタンスを、アプリが使用する指定された年齢評価で初期化して、コンテンツの使用を制限します。

RatedContentRestrictions()

RatedContentRestrictions クラスの新しいインスタンスを初期化します。

public:
 RatedContentRestrictions();
 RatedContentRestrictions();
public RatedContentRestrictions();
function RatedContentRestrictions()
Public Sub New ()

こちらもご覧ください

適用対象

RatedContentRestrictions(UInt32)

RatedContentRestrictions クラスの新しいインスタンスを、アプリが使用する指定された年齢評価で初期化して、コンテンツの使用を制限します。

public:
 RatedContentRestrictions(unsigned int maxAgeRating);
 RatedContentRestrictions(uint32_t const& maxAgeRating);
public RatedContentRestrictions(uint maxAgeRating);
function RatedContentRestrictions(maxAgeRating)
Public Sub New (maxAgeRating As UInteger)

パラメーター

maxAgeRating
UInt32

unsigned int

uint32_t

最大年齢評価。

注釈

制限は、最小ユーザーの全体的な家族安全年齢評価 ( PreferredAgeRating で表されます) と、このコンストラクターで使用されるアプリ固有の年齢評価値に基づいて適用されます。

適用対象