次の方法で共有


RatedContentRestrictions.GetRestrictionLevelAsync メソッド

定義

コンテンツの閲覧と使用のために、コンテンツの一部に適用されるポリシーを取得します。

public:
 virtual IAsyncOperation<ContentAccessRestrictionLevel> ^ GetRestrictionLevelAsync(RatedContentDescription ^ RatedContentDescription) = GetRestrictionLevelAsync;
IAsyncOperation<ContentAccessRestrictionLevel> GetRestrictionLevelAsync(RatedContentDescription const& RatedContentDescription);
public IAsyncOperation<ContentAccessRestrictionLevel> GetRestrictionLevelAsync(RatedContentDescription RatedContentDescription);
function getRestrictionLevelAsync(RatedContentDescription)
Public Function GetRestrictionLevelAsync (RatedContentDescription As RatedContentDescription) As IAsyncOperation(Of ContentAccessRestrictionLevel)

パラメーター

RatedContentDescription
RatedContentDescription

評価されたコンテンツ情報。

戻り値

このメソッドは、次の値を返します。

  • 許可 – コンテンツはアプリのカタログに表示でき、 RequestContentAccessAsync で使用できます。
  • ブロック – コンテンツはアプリのカタログに表示できますが、 RequestContentAccessAsync では使用できません。
  • 非表示 – コンテンツの評価が MaxBrowsableAgeRating より高いため、カタログにコンテンツを表示できません。

適用対象