UITextPasteDelegate_Extensions.TransformPasteItem Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Méthode appelée pour transformer l’élément coller au fur et à mesure qu’il est collé.
public static void TransformPasteItem (this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, UIKit.IUITextPasteItem item);
static member TransformPasteItem : UIKit.IUITextPasteDelegate * UIKit.IUITextPasteConfigurationSupporting * UIKit.IUITextPasteItem -> unit
Paramètres
- This
- IUITextPasteDelegate
Instance sur laquelle cette méthode d’extension fonctionne.
- textPasteConfigurationSupporting
- IUITextPasteConfigurationSupporting
Objet de réception.
- item
- IUITextPasteItem
Élément coller.