Share via


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

文字列を貼り付けるか削除する範囲。

戻り値

属性

適用対象