IUITextPasteDelegate Interfaz

Definición

Interfaz que representa los métodos necesarios (si los hay) del protocolo UITextPasteDelegate.

[Foundation.Protocol(Name="UITextPasteDelegate", WrapperType=typeof(UIKit.UITextPasteDelegateWrapper))]
[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 interface IUITextPasteDelegate : IDisposable, ObjCRuntime.INativeObject
type IUITextPasteDelegate = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Comentarios

Esta interfaz contiene los métodos necesarios (si los hay) del protocolo definido por UITextPasteDelegate.

Si los desarrolladores crean clases que implementan esta interfaz, los métodos de implementación se exportarán automáticamente a Objective-C con la firma coincidente del método definido en el UITextPasteDelegate protocolo.

La clase proporciona UITextPasteDelegate_Extensions métodos opcionales (si los hay) como métodos de extensión a la interfaz, lo que permite a los desarrolladores invocar cualquier método opcional en el protocolo.

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos de extensión

CombineItemAttributedStrings(IUITextPasteDelegate, IUITextPasteConfigurationSupporting, NSAttributedString[], UITextRange)

Método al que se llama para combinar varias cadenas con atributos.

PerformPaste(IUITextPasteDelegate, IUITextPasteConfigurationSupporting, NSAttributedString, UITextRange)

Método al que se llama para incorporar los datos pegados en el contenido de la aplicación.

ShouldAnimatePaste(IUITextPasteDelegate, IUITextPasteConfigurationSupporting, NSAttributedString, UITextRange)

Devuelve un valor booleano que indica al sistema si se va a animar la operación de pegado.

TransformPasteItem(IUITextPasteDelegate, IUITextPasteConfigurationSupporting, IUITextPasteItem)

Método al que se llama para transformar el elemento de pegado a medida que se pega.

Se aplica a