IUITextPasteConfigurationSupporting Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Antarmuka untuk kontrol teks untuk merespons operasi tempel.
[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
- Turunan
- Atribut
- Penerapan
Properti
Handle |
Tangani (penunjuk) ke representasi objek yang tidak dikelola. (Diperoleh dari INativeObject) |
PasteConfiguration |
didukung UIPasteConfiguration oleh |
PasteDelegate |
Mendapatkan delegasi untuk menangani penempelan teks dan penurunan teks. |
Metode Ekstensi
CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Mengembalikan |
Paste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
Melakukan penempelan. |