UnsupportedAppRequirementReasons 열거형

정의

기능이 현재 디바이스에서 지원되지 않는 이유 표시

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class UnsupportedAppRequirementReasons
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class UnsupportedAppRequirementReasons
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum UnsupportedAppRequirementReasons
var value = Windows.System.Profile.UnsupportedAppRequirementReasons.unknown
Public Enum UnsupportedAppRequirementReasons
상속
UnsupportedAppRequirementReasons
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)

필드

DeniedBySystem 1

시스템에서 기능을 사용할 수 없음을 표시했습니다.

Unknown 0

이유를 알 수 없습니다.

적용 대상

추가 정보