Share via


UIPasteConfigurationSupporting_Extensions.CanPaste Method

Definition

Returns true if the responder can paste from the specified item providers.

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

Parameters

itemProviders
NSItemProvider[]

The ittem providers to check.

Returns

Attributes

Applies to