UserAgeConsentGroup 列挙型

定義

ユーザーが属できる年齢の同意グループを指定します。

public enum class UserAgeConsentGroup
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 917504)]
enum class UserAgeConsentGroup
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 917504)]
public enum UserAgeConsentGroup
var value = Windows.System.UserAgeConsentGroup.child
Public Enum UserAgeConsentGroup
継承
UserAgeConsentGroup
属性

Windows の要件

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

フィールド

Adult 2

成人の同意グループ。

Child 0

子同意グループ。

Minor 1

Minot 同意グループ。

注釈

この列挙は、 CheckUserAgeConsentGroupAsync メソッドによって使用されます。

適用対象