次の方法で共有


IUITextPasteConfigurationSupporting インターフェイス

定義

貼り付け操作に応答するテキスト コントロールのインターフェイス。

[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
派生
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)
PasteConfiguration

UIPasteConfigurationによってサポートされる this オブジェクト。

(継承元 IUIPasteConfigurationSupporting)
PasteDelegate

テキストの貼り付けとドロップを処理するためのデリゲートを取得します。

拡張メソッド

CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

レスポンダーが true 指定したアイテム プロバイダーから貼り付けることができる場合は を返します。

Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

貼り付けを実行します。

適用対象