Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 706 Bytes

featurestage.md

File metadata and controls

34 lines (23 loc) · 706 Bytes
-api-id -api-type
T:Windows.Foundation.Metadata.FeatureStage
winrt enum

Windows.Foundation.Metadata.FeatureStage

-description

Values that indicate if a Windows feature is enabled or disabled.

-enum-fields

-field EnabledByDefault:2

The feature is enabled by default.

-field DisabledByDefault:1

The feature is diabled by default.

-field AlwaysEnabled:3

The feature is always enabled.

-field AlwaysDisabled:0

The feature is always disabled.

-remarks

This attribute is used for Microsoft internal prerelease build tracking and is only included here for completeness.

-see-also

-examples