IUITextPasteConfigurationSupporting Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |
PasteDelegate |
Obtiene el delegado para controlar el pegado de texto y las colocaciones de texto. |
Métodos de extensión
CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Devuelve |
Paste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Realiza el pegado. |