次の方法で共有


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

ドロップ要求。

戻り値

適用対象