Freigeben über


UITextPasteDelegate.ShouldAnimatePaste Methode

Definition

Gibt einen booleschen Wert zurück, der dem System angibt, ob der Einfügevorgang animiert werden soll.

[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

Parameter

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

Das empfangende Objekt.

attributedString
NSAttributedString

Die einzufügende Zeichenfolge.

textRange
UITextRange

Der Bereich, in den die Zeichenfolge eingefügt oder gelöscht werden soll.

Gibt zurück

Attribute

Gilt für: