Share via


UITextField.CanPaste(NSItemProvider[]) Method

Definition

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

[Foundation.Export("canPasteItemProviders:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanPaste(Foundation.NSItemProvider[] itemProviders);
[<Foundation.Export("canPasteItemProviders:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.CanPaste : Foundation.NSItemProvider[] -> bool

Parameters

itemProviders
NSItemProvider[]

The ittem providers to check.

Returns

Implements

Attributes

Applies to