UITextDropDelegate.WillBecomeEditable 方法

定义

调用的方法,用于确定不可编辑的文本视图是否可以接受删除。

[Foundation.Export("textDroppableView:willBecomeEditableForDrop:")]
public virtual UIKit.UITextDropEditability WillBecomeEditable (UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
abstract member WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability
override this.WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability

参数

textDroppableView
IUITextDroppable

当前不可编辑的接收视图。

drop
IUITextDropRequest

删除请求。

返回

属性

适用于