Share via


IINUIHostedViewControlling Interface

Definition

This interface represents the Objective-C protocol INUIHostedViewControlling.

[Foundation.Protocol(Name="INUIHostedViewControlling", WrapperType=typeof(IntentsUI.INUIHostedViewControllingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Configure", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V217) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(Intents.INInteraction), typeof(IntentsUI.INUIHostedViewContext), typeof(System.Action<CoreGraphics.CGSize>) }, Selector="configureWithInteraction:context:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConfigureView", ParameterBlockProxy=new System.Type[] { null, null, null, null, typeof(ObjCRuntime.Trampolines+NIDINUIHostedViewControllingConfigureViewHandler) }, ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSSet<Intents.INParameter>), typeof(Intents.INInteraction), typeof(IntentsUI.INUIInteractiveBehavior), typeof(IntentsUI.INUIHostedViewContext), typeof(IntentsUI.INUIHostedViewControllingConfigureViewHandler) }, Selector="configureViewForParameters:ofInteraction:interactiveBehavior:context:completion:")]
public interface IINUIHostedViewControlling : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="INUIHostedViewControlling", WrapperType=typeof(IntentsUI.INUIHostedViewControllingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConfigureView", ParameterBlockProxy=new System.Type[] { null, null, null, null, typeof(ObjCRuntime.Trampolines+NIDINUIHostedViewControllingConfigureViewHandler) }, ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSSet<Intents.INParameter>), typeof(Intents.INInteraction), typeof(IntentsUI.INUIInteractiveBehavior), typeof(IntentsUI.INUIHostedViewContext), typeof(IntentsUI.INUIHostedViewControllingConfigureViewHandler) }, Selector="configureViewForParameters:ofInteraction:interactiveBehavior:context:completion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Configure", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V202) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(Intents.INInteraction), typeof(IntentsUI.INUIHostedViewContext), typeof(System.Action<CoreGraphics.CGSize>) }, Selector="configureWithInteraction:context:completion:")]
public interface IINUIHostedViewControlling : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="INUIHostedViewControlling", WrapperType=typeof(IntentsUI.INUIHostedViewControllingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Configure", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V217) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(Intents.INInteraction), typeof(IntentsUI.INUIHostedViewContext), typeof(System.Action<CoreGraphics.CGSize>) }, Selector="configureWithInteraction:context:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConfigureView", ParameterBlockProxy=new System.Type[] { null, null, null, null, typeof(ObjCRuntime.Trampolines+NIDINUIHostedViewControllingConfigureViewHandler) }, ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSSet<Intents.INParameter>), typeof(Intents.INInteraction), typeof(IntentsUI.INUIInteractiveBehavior), typeof(IntentsUI.INUIHostedViewContext), typeof(IntentsUI.INUIHostedViewControllingConfigureViewHandler) }, Selector="configureViewForParameters:ofInteraction:interactiveBehavior:context:completion:")>]
type IINUIHostedViewControlling = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="INUIHostedViewControlling", WrapperType=typeof(IntentsUI.INUIHostedViewControllingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConfigureView", ParameterBlockProxy=new System.Type[] { null, null, null, null, typeof(ObjCRuntime.Trampolines+NIDINUIHostedViewControllingConfigureViewHandler) }, ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSSet<Intents.INParameter>), typeof(Intents.INInteraction), typeof(IntentsUI.INUIInteractiveBehavior), typeof(IntentsUI.INUIHostedViewContext), typeof(IntentsUI.INUIHostedViewControllingConfigureViewHandler) }, Selector="configureViewForParameters:ofInteraction:interactiveBehavior:context:completion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Configure", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V202) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(Intents.INInteraction), typeof(IntentsUI.INUIHostedViewContext), typeof(System.Action<CoreGraphics.CGSize>) }, Selector="configureWithInteraction:context:completion:")>]
type IINUIHostedViewControlling = 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