IUITextPasteDelegate Interface
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.
Interface représentant les méthodes requises (le cas échéant) du protocole UITextPasteDelegate.
[Foundation.Protocol(Name="UITextPasteDelegate", WrapperType=typeof(UIKit.UITextPasteDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITextPasteDelegate : IDisposable, ObjCRuntime.INativeObject
type IUITextPasteDelegate = interface
interface INativeObject
interface IDisposable
- Dérivé
- Attributs
- Implémente
Remarques
Cette interface contient les méthodes requises (le cas échéant) du protocole défini par UITextPasteDelegate.
Si les développeurs créent des classes qui implémentent cette interface, les méthodes d’implémentation sont automatiquement exportées vers Objective-C avec la signature correspondante de la méthode définie dans le UITextPasteDelegate protocole.
Les méthodes facultatives (le cas échéant) sont fournies par la UITextPasteDelegate_Extensions classe en tant que méthodes d’extension de l’interface, ce qui permet aux développeurs d’appeler toutes les méthodes facultatives sur le protocole.
Propriétés
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
Méthodes d’extension
CombineItemAttributedStrings(IUITextPasteDelegate, IUITextPasteConfigurationSupporting, NSAttributedString[], UITextRange) |
Méthode appelée pour combiner plusieurs chaînes attribuées. |
PerformPaste(IUITextPasteDelegate, IUITextPasteConfigurationSupporting, NSAttributedString, UITextRange) |
Méthode appelée pour incorporer les données collées dans le contenu de l’application. |
ShouldAnimatePaste(IUITextPasteDelegate, IUITextPasteConfigurationSupporting, NSAttributedString, UITextRange) |
Retourne une valeur booléenne qui indique au système s’il faut animer l’opération de collage. |
TransformPasteItem(IUITextPasteDelegate, IUITextPasteConfigurationSupporting, IUITextPasteItem) |
Méthode appelée pour transformer l’élément coller au fur et à mesure qu’il est collé. |