IUITextPasteConfigurationSupporting Interfaz

Definición

Interfaz para que los controles de texto respondan a las operaciones de pegado.

[Foundation.Protocol(Name="UITextPasteConfigurationSupporting", WrapperType=typeof(UIKit.UITextPasteConfigurationSupportingWrapper))]
[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 IUITextPasteConfigurationSupporting : IDisposable, UIKit.IUIPasteConfigurationSupporting
type IUITextPasteConfigurationSupporting = interface
    interface INativeObject
    interface IDisposable
    interface IUIPasteConfigurationSupporting
Derivado
Atributos
Implementaciones

Propiedades

Handle

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

(Heredado de INativeObject)
PasteConfiguration

Compatible con this el UIPasteConfiguration objeto .

(Heredado de IUIPasteConfigurationSupporting)
PasteDelegate

Obtiene el delegado para controlar el pegado de texto y las colocaciones de texto.

Métodos de extensión

CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

Devuelve true si el respondedor puede pegar desde los proveedores de elementos especificados.

Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

Realiza el pegado.

Se aplica a