UITextPasteDelegate.ShouldAnimatePaste メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
貼り付け操作をアニメーション化するかどうかをシステムに指示するブール値を返します。
[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
文字列を貼り付けるか削除する範囲。
戻り値
- 属性