UITextDropDelegate_Extensions.GetProposalForDrop 方法

定义

调用以获取放置建议的方法。

public static UIKit.UITextDropProposal GetProposalForDrop (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
static member GetProposalForDrop : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropProposal

参数

This
IUITextDropDelegate

此扩展方法在其上运行的实例。

textDroppableView
IUITextDroppable

接收视图。

drop
IUITextDropRequest

要为其获取建议的删除请求。

返回

适用于