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
卸載要求。