Share via


IUIGuidedAccessRestrictionDelegate Interface

Definition

This interface represents the Objective-C protocol UIGuidedAccessRestrictionDelegate.

[Foundation.Protocol(Name="UIGuidedAccessRestrictionDelegate", WrapperType=typeof(UIKit.UIGuidedAccessRestrictionDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GuidedAccessRestrictionChangedState", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(UIKit.UIGuidedAccessRestrictionState) }, Selector="guidedAccessRestrictionWithIdentifier:didChangeState:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetTextForGuidedAccessRestriction", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.String) }, ReturnType=typeof(System.String), Selector="textForGuidedAccessRestrictionWithIdentifier:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetDetailTextForGuidedAccessRestriction", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.String) }, ReturnType=typeof(System.String), Selector="detailTextForGuidedAccessRestrictionWithIdentifier:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="guidedAccessRestrictionIdentifiers", IsProperty=true, IsRequired=true, IsStatic=false, Name="GetGuidedAccessRestrictionIdentifiers", PropertyType=typeof(System.String[]), Selector="guidedAccessRestrictionIdentifiers")]
public interface IUIGuidedAccessRestrictionDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIGuidedAccessRestrictionDelegate", WrapperType=typeof(UIKit.UIGuidedAccessRestrictionDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GuidedAccessRestrictionChangedState", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(UIKit.UIGuidedAccessRestrictionState) }, Selector="guidedAccessRestrictionWithIdentifier:didChangeState:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetTextForGuidedAccessRestriction", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.String) }, ReturnType=typeof(System.String), Selector="textForGuidedAccessRestrictionWithIdentifier:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetDetailTextForGuidedAccessRestriction", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.String) }, ReturnType=typeof(System.String), Selector="detailTextForGuidedAccessRestrictionWithIdentifier:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="guidedAccessRestrictionIdentifiers", IsProperty=true, IsRequired=true, IsStatic=false, Name="GetGuidedAccessRestrictionIdentifiers", PropertyType=typeof(System.String[]), Selector="guidedAccessRestrictionIdentifiers")>]
type IUIGuidedAccessRestrictionDelegate = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to