共用方式為


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

卸載要求。

傳回

適用於