次の方法で共有


UITextDropDelegate.WillBecomeEditable メソッド

定義

編集できないテキスト ビューでドロップを受け入れられるかどうかを判断するために呼び出されるメソッド。

[Foundation.Export("textDroppableView:willBecomeEditableForDrop:")]
public virtual UIKit.UITextDropEditability WillBecomeEditable(UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
abstract member WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability
override this.WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability

パラメーター

textDroppableView
IUITextDroppable

現在編集できない受信ビュー。

drop
IUITextDropRequest

ドロップ要求。

戻り値

属性

適用対象