Share via


UITextPasteDelegate.PerformPaste Method

Definition

Method that is called to incorporate the pasted data into the application content.

[Foundation.Export("textPasteConfigurationSupporting:performPasteOfAttributedString:toRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITextRange PerformPaste(UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, Foundation.NSAttributedString attributedString, UIKit.UITextRange textRange);
[<Foundation.Export("textPasteConfigurationSupporting:performPasteOfAttributedString:toRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformPaste : UIKit.IUITextPasteConfigurationSupporting * Foundation.NSAttributedString * UIKit.UITextRange -> UIKit.UITextRange
override this.PerformPaste : UIKit.IUITextPasteConfigurationSupporting * Foundation.NSAttributedString * UIKit.UITextRange -> UIKit.UITextRange

Parameters

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

The receiving object.

attributedString
NSAttributedString
textRange
UITextRange

The range in which to paste or drop the string.

Returns

Implements

Attributes

Applies to