Freigeben über


IUITextPasteConfigurationSupporting Schnittstelle

Definition

Schnittstelle für Textsteuerelemente, die auf Einfügevorgänge reagieren.

[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
Abgeleitet
Attribute
Implementiert

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)
PasteConfiguration

Die UIPasteConfiguration vom this -Objekt unterstützte.

(Geerbt von IUIPasteConfigurationSupporting)
PasteDelegate

Ruft den Delegat für die Behandlung von Texteinzufügen und Textlöschungen ab.

Erweiterungsmethoden

CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

Gibt zurück true , wenn der Responder aus den angegebenen Elementanbietern einfügen kann.

Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

Führt die Einfügevorgänge aus.

Gilt für: