UITextPasteDelegate.ShouldAnimatePaste Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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