次の方法で共有


KnownUserProperties.AgeEnforcementRegion プロパティ

定義

ユーザーの年齢適用リージョンを表す文字列を取得します。

public:
 static property Platform::String ^ AgeEnforcementRegion { Platform::String ^ get(); };
static winrt::hstring AgeEnforcementRegion();
public static string AgeEnforcementRegion { get; }
var string = KnownUserProperties.ageEnforcementRegion;
Public Shared ReadOnly Property AgeEnforcementRegion As String

プロパティ値

String

Platform::String

winrt::hstring

ユーザーの年齢適用リージョン。

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)

注釈

このプロパティを使用すると、年齢に適したコンテンツに関する考慮事項を行うときに、アプリに地域の要件を含めることができます。

適用対象