Share via


UITextPasteDelegate_Extensions.PerformPaste Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UITextRange PerformPaste(this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, Foundation.NSAttributedString attributedString, UIKit.UITextRange textRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PerformPaste : UIKit.IUITextPasteDelegate * 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

Attributes

Applies to