Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.04 KB

limitedaccessfeaturestatus.md

File metadata and controls

39 lines (23 loc) · 1.04 KB
-api-id -api-type ms.custom
T:Windows.ApplicationModel.LimitedAccessFeatureStatus
winrt enum
RS5

Windows.ApplicationModel.LimitedAccessFeatureStatus

-description

Provides the result of an attempt to authorize the use of a Limited Access Feature with the LimitedAccessFeatures.TryUnlockFeature API.

-enum-fields

-field Unknown:3

Indicates that the feature could not be found. This is likely due to an incorrect or deleted feature ID.

-field Unavailable:0

Indicates that the user does not have access to the feature.

-field AvailableWithoutToken:2

Indicates that the feature is no longer in the "limited access" state, and that permission is no longer required for its use.

-field Available:1

Indicates that the user has permission to use the feature, and that the feature is still in the "limited access" state.

-remarks

-see-also

-examples