共用方式為


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) 所表示的最低使用者整體家庭安全年齡分級 (,以及此建構函式中使用的應用程式特定年齡分級值,強制執行限制。

適用於