Partager via


UITextPasteDelegate.ShouldAnimatePaste Méthode

Définition

Retourne une valeur booléenne qui indique au système s’il faut animer l’opération de collage.

[Foundation.Export("textPasteConfigurationSupporting:shouldAnimatePasteOfAttributedString:toRange:")]
public virtual bool ShouldAnimatePaste (UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, Foundation.NSAttributedString attributedString, UIKit.UITextRange textRange);
abstract member ShouldAnimatePaste : UIKit.IUITextPasteConfigurationSupporting * Foundation.NSAttributedString * UIKit.UITextRange -> bool
override this.ShouldAnimatePaste : UIKit.IUITextPasteConfigurationSupporting * Foundation.NSAttributedString * UIKit.UITextRange -> bool

Paramètres

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

Objet de réception.

attributedString
NSAttributedString

Chaîne à coller.

textRange
UITextRange

Plage dans laquelle coller ou supprimer la chaîne.

Retours

Attributs

S’applique à