IUITextPasteConfigurationSupporting Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Interfaccia per i controlli di testo per rispondere alle operazioni incolla.
[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
- Derivato
- Attributi
- Implementazioni
Proprietà
Handle |
Gestire (puntatore) alla rappresentazione dell'oggetto non gestita. (Ereditato da INativeObject) |
PasteConfiguration |
Oggetto supportato dall'oggetto UIPasteConfiguration |
PasteDelegate |
Ottiene il delegato per la gestione del incollamento del testo e delle gocce di testo. |
Metodi di estensione
CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Restituisce |
Paste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Esegue l'incolla. |