UITextPasteDelegate.ShouldAnimatePaste Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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