UIResponder.Paste Método

Definición

Sobrecargas

Paste(NSItemProvider[])

Se llama a para realizar una operación de pegado desde .

Paste(NSObject)

Indica una operación de edición "Pegar".

Paste(NSItemProvider[])

Se llama a para realizar una operación de pegado desde .

C#
[Foundation.Export("pasteItemProviders:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Paste(Foundation.NSItemProvider[] itemProviders);

Parámetros

itemProviders
NSItemProvider[]
Atributos

Se aplica a

Xamarin iOS SDK 12
Producto Versiones
Xamarin iOS SDK 12

Paste(NSObject)

Indica una operación de edición "Pegar".

C#
[Foundation.Export("paste:")]
public virtual void Paste(Foundation.NSObject sender);

Parámetros

sender
NSObject

Objeto que llama a este método.

Este parámetro puede ser null.

Atributos

Comentarios

Las aplicaciones que reemplazan este método deben sondear UIPasteboard e intentar capturar la información disponible allí e insertarla.

Se aplica a

Xamarin iOS SDK 12
Producto Versiones
Xamarin iOS SDK 12