Поделиться через


UITextPasteDelegate.ShouldAnimatePaste Метод

Определение

Возвращает логическое значение, указывающее системе, следует ли анимировать операцию вставки.

[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

Параметры

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

Принимающий объект.

attributedString
NSAttributedString

Строка для вставки.

textRange
UITextRange

Диапазон, в который вставляется или удаляется строка.

Возвращаемое значение

Атрибуты

Применяется к