UIResponder.Paste Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Paste(NSObject) | |
| Paste(NSItemProvider[]) |
Performs the paste. |
Paste(NSObject)
[Foundation.Export("paste:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Paste(Foundation.NSObject? sender);
[<Foundation.Export("paste:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Paste : Foundation.NSObject -> unit
override this.Paste : Foundation.NSObject -> unit
Parameters
- sender
- NSObject
Implements
- Attributes
Applies to
Paste(NSItemProvider[])
Performs the paste.
[Foundation.Export("pasteItemProviders:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Paste(Foundation.NSItemProvider[] itemProviders);
[<Foundation.Export("pasteItemProviders:")>]
[<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.
Implements
- Attributes