UIPasteConfigurationSupporting_Extensions.Paste Method

Definition

Performs the paste.

public static void Paste (this UIKit.IUIPasteConfigurationSupporting This, Foundation.NSItemProvider[] itemProviders);
static member Paste : UIKit.IUIPasteConfigurationSupporting * Foundation.NSItemProvider[] -> unit

Parameters

This
IUIPasteConfigurationSupporting

The instance on which this method operates.

itemProviders
NSItemProvider[]

The item providers for the items to paste.

Applies to