UITextDropDelegate_Extensions.WillBecomeEditable 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用的方法,用于确定不可编辑的文本视图是否可以接受删除。
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
删除请求。