Share via


UITextField.Paste(NSItemProvider[]) Method

Definition

Performs the paste.

[Foundation.Export("pasteItemProviders:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Paste(Foundation.NSItemProvider[] itemProviders);
[<Foundation.Export("pasteItemProviders:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.Paste : Foundation.NSItemProvider[] -> unit

Parameters

itemProviders
NSItemProvider[]

The item providers for the items to paste.

Implements

Attributes

Applies to