Compartir a través de


UITextPasteDelegate_Extensions.TransformPasteItem Método

Definición

Método al que se llama para transformar el elemento de pegado a medida que se pega.

public static void TransformPasteItem (this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
static member TransformPasteItem : UIKit.IUITextPasteDelegate * UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit

Parámetros

This
IUITextPasteDelegate

Instancia en la que opera este método de extensión.

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

Objeto receptor.

item
IUITextPasteItem

Elemento de pegado.

Se aplica a