Compartilhar via


IUITextPasteConfigurationSupporting Interface

Definição

Interface para controles de texto para responder a operações de colagem.

[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
Implementações

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)
PasteConfiguration

O UIPasteConfiguration compatível com o this objeto .

(Herdado de IUIPasteConfigurationSupporting)
PasteDelegate

Obtém o delegado para lidar com colagem de texto e quedas de texto.

Métodos de Extensão

CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

Retornará true se o respondente puder colar dos provedores de itens especificados.

Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

Executa a colagem.

Aplica-se a