UITextDropDelegate_Extensions.WillBecomeEditable 方法

定义

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

public static UIKit.UITextDropEditability WillBecomeEditable (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
static member WillBecomeEditable : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability

参数

This
IUITextDropDelegate

此扩展方法在其上运行的实例。

textDroppableView
IUITextDroppable

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

drop
IUITextDropRequest

删除请求。

返回

适用于