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 메서드에서 사용됩니다.

적용 대상