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

原因不明

適用於

另請參閱