UITextPasteDelegate_Extensions.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.
public static void TransformPasteItem (this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
static member TransformPasteItem : UIKit.IUITextPasteDelegate * UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit
Parameters
- This
- IUITextPasteDelegate
The instance on which this extension method operates.
- textPasteConfigurationSupporting
- IUITextPasteConfigurationSupporting
The receiving object.
- item
- IUITextPasteItem
The paste item.