IUITextPasteConfigurationSupporting Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 |
PasteDelegate |
Ruft den Delegat für die Behandlung von Texteinzufügen und Textlöschungen ab. |
Erweiterungsmethoden
CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Gibt zurück |
Paste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Führt die Einfügevorgänge aus. |