FeatureStage 列舉

定義

值,指出 Windows 功能是否已啟用或停用。

public enum class FeatureStage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 196608)]
enum class FeatureStage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 196608)]
public enum FeatureStage
var value = Windows.Foundation.Metadata.FeatureStage.alwaysDisabled
Public Enum FeatureStage
繼承
FeatureStage
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.FoundationContract (已於 v3.0 引進)

欄位

AlwaysDisabled 0

此功能一律會停用。

AlwaysEnabled 3

此功能一律會啟用。

DisabledByDefault 1

此功能預設為可取用。

EnabledByDefault 2

此功能預設為啟用。

備註

此屬性會用於 Microsoft 內部發行前版本組建追蹤,且僅在此處提供完整性。

適用於