Share via


IUIPasteConfigurationSupporting.Paste(NSItemProvider[]) Method

Definition

Performs the paste.

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

Parameters

itemProviders
NSItemProvider[]

The item providers for the items to paste.

Attributes

Applies to