Share via


UIPasteConfigurationSupporting_Extensions.Paste Method

Definition

Performs the paste.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Paste(this UIKit.IUIPasteConfigurationSupporting This, Foundation.NSItemProvider[] itemProviders);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Paste : UIKit.IUIPasteConfigurationSupporting * Foundation.NSItemProvider[] -> unit

Parameters

itemProviders
NSItemProvider[]

The item providers for the items to paste.

Attributes

Applies to