UIGuidedAccessRestrictionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify whether a Guided Access restriction is in an allow or deny state.
public enum UIGuidedAccessRestrictionState
type UIGuidedAccessRestrictionState =
- Inheritance
-
UIGuidedAccessRestrictionState
Fields
Name | Value | Description |
---|---|---|
Allow | 0 | The application should allow the behavior in question. |
Deny | 1 | The application should not allow the behavior in question. |
Applies to
See also
- <xref:UIKit.UIGuidedAccessRestriction.GetState>