Share via


IUITextPasteConfigurationSupporting Interface

Definition

Interface for text controls to respond to paste operations.

[Foundation.Protocol(Name="UITextPasteConfigurationSupporting", WrapperType=typeof(UIKit.UITextPasteConfigurationSupportingWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Weak, GetterSelector="pasteDelegate", IsProperty=true, IsRequired=true, IsStatic=false, Name="PasteDelegate", PropertyType=typeof(UIKit.IUITextPasteDelegate), Selector="pasteDelegate", SetterSelector="setPasteDelegate:")]
public interface IUITextPasteConfigurationSupporting : IDisposable, UIKit.IUIPasteConfigurationSupporting
[<Foundation.Protocol(Name="UITextPasteConfigurationSupporting", WrapperType=typeof(UIKit.UITextPasteConfigurationSupportingWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Weak, GetterSelector="pasteDelegate", IsProperty=true, IsRequired=true, IsStatic=false, Name="PasteDelegate", PropertyType=typeof(UIKit.IUITextPasteDelegate), Selector="pasteDelegate", SetterSelector="setPasteDelegate:")>]
type IUITextPasteConfigurationSupporting = interface
    interface INativeObject
    interface IDisposable
    interface IUIPasteConfigurationSupporting
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
PasteConfiguration

The UIPasteConfiguration supported by this object.

(Inherited from IUIPasteConfigurationSupporting)
PasteDelegate

Gets the delegate for handling text pasting and text drops.

Methods

Name Description
CanPaste(NSItemProvider[])

Returns true if the responder can paste from the specified item providers.

(Inherited from IUIPasteConfigurationSupporting)
Paste(NSItemProvider[])

Performs the paste.

(Inherited from IUIPasteConfigurationSupporting)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

Returns true if the responder can paste from the specified item providers.

Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

Performs the paste.

Applies to