UITextDropDelegate_Extensions.DropSessionDidEnter 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 lorsque le point de dépôt entre dans l’affichage de texte.
public static void DropSessionDidEnter (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
static member DropSessionDidEnter : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
Paramètres
- This
- IUITextDropDelegate
Instance sur laquelle cette méthode d’extension fonctionne.
- textDroppableView
- IUITextDroppable
Vue de réception.
- session
- IUIDropSession
Session entrée.