Compartilhar via


UITextPasteDelegate.ShouldAnimatePaste Método

Definição

Retorna um valor booliano que informa ao sistema se deseja animar a operação de colagem.

[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

O objeto de recebimento.

attributedString
NSAttributedString

A cadeia de caracteres a colar.

textRange
UITextRange

O intervalo no qual colar ou soltar a cadeia de caracteres.

Retornos

Atributos

Aplica-se a