UITextPasteDelegate.PerformPaste Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called to incorporate the pasted data into the application content.
[Foundation.Export("textPasteConfigurationSupporting:performPasteOfAttributedString:toRange:")]
public virtual UIKit.UITextRange PerformPaste (UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, Foundation.NSAttributedString attributedString, UIKit.UITextRange textRange);
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
- Attributes