Partager via


IUITextPasteConfigurationSupporting Interface

Définition

Interface permettant aux contrôles de texte de répondre aux opérations de collage.

[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
Dérivé
Attributs
Implémente

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)
PasteConfiguration

UIPasteConfiguration pris en charge par l’objet this .

(Hérité de IUIPasteConfigurationSupporting)
PasteDelegate

Obtient le délégué pour la gestion du collage de texte et des suppressions de texte.

Méthodes d’extension

CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

Retourne true si le répondeur peut coller à partir des fournisseurs d’éléments spécifiés.

Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

Effectue le collage.

S’applique à