다음을 통해 공유


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

문자열을 붙여넣거나 삭제할 범위입니다.

반환

특성

적용 대상