Compartir a través de


UITextPasteDelegate.ShouldAnimatePaste Método

Definición

Devuelve un valor booleano que indica al sistema si se va a animar la operación de pegado.

[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

Parámetros

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

Objeto receptor.

attributedString
NSAttributedString

El valor de este parámetro se corresponde con la cadena que se va a pegar.

textRange
UITextRange

Intervalo en el que se va a pegar o quitar la cadena.

Devoluciones

Atributos

Se aplica a