Share via


UITextDropDelegate_Extensions.GetProposalForDrop Method

Definition

Method that is called to get the drop proposal.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UITextDropProposal GetProposalForDrop(this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetProposalForDrop : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropProposal

Parameters

textDroppableView
IUITextDroppable

The receiving view.

drop
IUITextDropRequest

The drop request for which to get a proposal.

Returns

Attributes

Applies to