IUITextPasteConfigurationSupporting インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
貼り付け操作に応答するテキスト コントロールのインターフェイス。
[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によってサポートされる |
PasteDelegate |
テキストの貼り付けとドロップを処理するためのデリゲートを取得します。 |
拡張メソッド
CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
レスポンダーが |
Paste(IUIPasteConfigurationSupporting, NSItemProvider[]) |
貼り付けを実行します。 |