UITextPasteDelegate.TransformPasteItem 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 transform the paste item as it is pasted.
[Foundation.Export("textPasteConfigurationSupporting:transformPasteItem:")]
public virtual void TransformPasteItem (UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
abstract member TransformPasteItem : UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit
override this.TransformPasteItem : UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit
Parameters
- textPasteConfigurationSupporting
- IUITextPasteConfigurationSupporting
The receiving object.
- item
- IUITextPasteItem
The paste item.
- Attributes